piston
piston copied to clipboard
Add Nelua
What is Nelua
Nelua is a systems programming language for performance sensitive applications, like real-time applications and game engines. Its syntax and semantics are similar to Lua, but its garbage collection is optional, it provides optional type notations, and it is free from an interpreter. Nelua uses ahead-of-time compilation to generate optimized native binaries. It is metaprogrammable at compile-time using Lua and it is simple and easy to use.
Pros of Nelua
- Able to use C header or library
- Can be compiled to C code, static/shared library or binary file
- Can be used as an alternative to C with Lua flavored syntax
Cons of Nelua
- Lua module does not support Nelua since Nelua is a C compiled language
- Still in Alpha stage
Main Page : https://nelua.io