this post was submitted on 14 Jun 2023
6 points (100.0% liked)
Lua
331 readers
1 users here now
Lemmy community dedicated to the Lua programming language.
About Lua
Lua is a powerful and lightweight dynamically typed programming language, often embedded into applications to extend their API.
Resources
lua.org - official website
lua.org/pil - book
lua.org/manual - documentation
luarocks.org - package manager
Rules
You may read full set of rules here.
Too long; didn't read:
- Posts must relate to Lua
- Use descriptive titles
- Provide reproduction code
- Information about environment
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
That's really nice, having a full control over garbage collector and being able to compile directly to machine code can be really powerful.
Hopefully the author will soon finish implementing the dynamic parts of Lua and maybe add stuff like
++
,+=
, etc.Already installed and playing with it :)