> The initial motivation for its creation was to replace C/C++ parts of projects which currently uses Lua with a language that has syntax and semantics similar to Lua, but allows for fine-grained performance optimizations and does not lose the ability to go low level, therefore unifying the syntax and semantics across both compiled and dynamic languages.
So it's ideal if you have an app written in (dynamic) Lua and use Nelua for AOT parts to speed it up.
[1] https://github.com/edubart/nelua-lang#about