Nelua icon
Nelua icon

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...

Nelua screenshot 1

Cost / License

  • Free
  • Open Source (MIT)

Application type

Platforms

  • Mac
  • Windows
  • Linux

Features

  1.  Compiled Language
  2.  Systems programming

Nelua News & Activities

Highlights All activities

Recent activities

Nelua information

AlternativeTo Category

Development

GitHub repository

  •  2,416 Stars
  •  86 Forks
  •  26 Open Issues
  •   Updated  
View on GitHub
Nelua was added to AlternativeTo by David on and this page was last updated .
No comments or reviews, maybe you want to be first?

Official Links

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.