

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
- namdx1987 liked Nelua
- POX added Nelua as alternative to Gleam Language
Nelua information
No comments or reviews, maybe you want to be first?
Post comment/reviewWhat 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.



