Re: [ANN] clx 0.3.0 released
Samir Tine <[email protected]>
| Newsgroups | gmane.comp.lang.lua.general |
|---|---|
| Message-ID | <[email protected]> |
Hi Martin, Not exactly. Clx compiles Lua source code to native code (via C++) and produces a standalone executable without the Lua VM: the generated program executes true native (and fast) compiled code, similarly to C, C++ or Rust. The Lua VM is only optionally embedded when dynamic code execution (load(), loadfile(), dofile()) is required. Samir Le dimanche 23 août 2026 à 19:04:08 UTC+2, Martin Eden a écrit : > So what your program does? > > Combines user's code and Lua interpreter into one executable file? > > -- Martin > > > -- You received this message because you are subscribed to the Google Groups "lua-l" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion visit https://groups.google.com/d/msgid/lua-l/d59541d6-3340-4987-a3a6-b40193f55d62n%40googlegroups.com.