Replies: 6 comments 3 replies
-
To quote the readme in the repository:
|
Beta Was this translation helpful? Give feedback.
-
Although Nelua and Rust share some similarities, both languages have different goals and style. If you like Rust and feel that fit your needs and your projects, then stick with it. Nelua is my lone research on a language that feels like a scripting language (full dynamic typing) yet is a very efficient system language (full static typing, optional GC, efficient as C), and still simple. This is the end goal, although it is not there yet I don't see any reason to avoid creating such language, because if I can, why not? Why people create and use different cars, clothes, software? Lua is a very simple scripting language that many new programmers (even non programmers) can learn in a day and be productive fast, if Nelua can run most Lua code it will feel the same for newcomers, yet its static typing and extra meta programming features will let experiment programmers push out most performance and efficiency from it. Rust is not like this, it doesn't feel like "scripting" because is not in their goals. Rust made great progress on safety for a system programming language, Nelua is trying to progress in other areas, as well others like Odin, Nim, Beef, in different areas, each one has something unique and interesting, and I am also inspired by them, and I also hope they grow. |
Beta Was this translation helpful? Give feedback.
-
Thank you edubart. A question about optional GC : What about if a library use GC ? |
Beta Was this translation helpful? Give feedback.
-
if yout goal is to develop a good and fast alternative for LUA developer then a i think NELUA is a very good direction but for system programming language i think not. Otherwise nice work. |
Beta Was this translation helpful? Give feedback.
-
" its internal libraries are always made with optional GC in mind." if that's true, it's good. thank you |
Beta Was this translation helpful? Give feedback.
-
Is it possible later inline assembly ? |
Beta Was this translation helpful? Give feedback.
-
We have RUST. Fast, safe,no GC, big community, support...... RUST solves almost any problem.
I don't understand why people develop V, Odin, Nim, Beef etc.....
Beta Was this translation helpful? Give feedback.
All reactions