View Single Post
Old 06-14-2020, 11:54 AM   #12
NiLuJe
BLAM!
NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.
 
NiLuJe's Avatar
 
Posts: 13,506
Karma: 26047202
Join Date: Jun 2010
Location: Paris, France
Device: Kindle 2i, 3g, 4, 5w, PW, PW2, PW5; Kobo H2O, Forma, Elipsa, Sage, C2E
Yup, you can pretty much think of Lua as are-bones C without pointers and with limited typing (essentially, everything is either a double or a string, and the only complex structure is the table, which is essentially an array/list and a hashmap/dict rolled into one, inside which everything can coexist) .

If you have a specific query/interest, we'll be happy to point you in the right direction, because as @pazos mentioned, the biggest hurdle is likely knowing what's responsible for something in particular, rather than the programming language(s) .

Last edited by NiLuJe; 06-14-2020 at 11:59 AM.
NiLuJe is offline   Reply With Quote