Nelua icon
Nelua icon

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

Nelua screenshot 1

License model

  • FreeOpen Source

Application type

Platforms

  • Mac
  • Windows
  • Linux
  No rating
1like
0comments
0news articles

Features

Suggest and vote on features
  1.  Compiled Language
  2.  Systems programming

 Tags

  • programming
  • development

Nelua News & Activities

Highlights All activities

Recent activities

Show all activities

Nelua information

  • Developed by

    Eduardo Bart
  • Licensing

    Open Source (MIT) and Free product.
  • Written in

  • Alternatives

    59 alternatives listed
  • Supported Languages

    • English

AlternativeTo Category

Development

GitHub repository

  •  2,233 Stars
  •  73 Forks
  •  23 Open Issues
  •   Updated Dec 14, 2024 
View on GitHub

Popular alternatives

View all

Our users have written 0 comments and reviews about Nelua, and it has gotten 1 likes

Nelua was added to AlternativeTo by David on Aug 25, 2021 and this page was last updated Aug 25, 2021.
No comments or reviews, maybe you want to be first?
Post comment/review

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.

Official Links