Re: [ANN] clx 0.3.0 released
Sean Conner <[email protected]>
| Newsgroups | gmane.comp.lang.lua.general |
|---|---|
| Message-ID | <[email protected]> |
It was thus said that the Great 'Martin Eden' via lua-l once stated: > On 2026-08-23 20:02, Samir Tine wrote: > >Clx compiles Lua source code to native code > > Sorry I don't understand what "native code" means. > > Let's consider this Lua code: > > return > function(f, g) > return f(g()) or g(f()) > end > > To what it is compiled? There must be some sort of intermediate > representation. If your computer is running with an Intel CPU, "native code" would be x86 machine code; if the computer is running on an ARM CPU, it would be ARM machine code. -spc -- 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/20260823194534.GA22828%40brevard.conman.org.