

Nelua
1 like
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...
Features
- Compiled Language
- Systems programming
Tags
- programming
- development
Nelua News & Activities
Highlights All activities
Recent activities
gergelyturi added Nelua as alternative to Jank Programming Language- namdx1987 liked Nelua
Nelua information
No comments or reviews, maybe you want to be first?
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.



