Skip to content

Questions about what Nelua is #10

Answered by edubart
JonesAndrew asked this question in Q&A
Discussion options

You must be logged in to vote

The near goal of the project is to have a C like language with Lua flavor. The long term goal is to have all possible Lua features that would not impact performance, including tables, its APIs, dynamic typing, coroutines, closures, garbage collecting and even metatables though all that would be used only depending in your code style. I want people that code Lua can code in Nelua with no much learning, they would only require to learn the type notations and other features in case of making efficient code, type safe code or meta programming.

However not all Lua features is in the goal, for example dynamic loading code is not a goal because Nelua doesn't have or will have an interpreter or a…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by edubart
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #10 on December 24, 2020 13:54.