Lilush – LuaJIT static runtime and shell
lilush.link
Lilush – LuaJIT static runtime and shell
1–10 of 17 posts
Re: Lilush – LuaJIT static runtime and shell
#2From a first glance, this is the second somewhat opinionated, compact, minimal-dependency interpreter/shell/library bundle despite the Lua(JIT) ecosystem being tiny. The other example I have in mind for this would've been luapower, which sadly became somewhat inactive.
I really like the simplicity of the language and the speed and compactness of its implementation. The JIT is also the real deal, with millisecond cold start execution delays unlike Julia, which masquerades as a JIT/interpreted language while featuring dog slow (by comparison) LLVM ("pre-")compilation under the hood (core language, type system, package management and interoperability concepts are admittedly nice in Julia though).
Re: Lilush – LuaJIT static runtime and shell
#3As another comment suggested, Lua seems to lend itself to certain kinds of projects. This looks like it could mesh well with my forever project to rewrite userland in Love2d!
Re: Lilush – LuaJIT static runtime and shell
#4I find it quite interesting how particular languages seem to disproportionally attract specific kinds of projects. From a first glance, this is the second somewhat opinionated, compact, minimal-dependency interpreter/shell/library bundle despite the Lua(JIT) ecosystem being tiny. The other example I have in mind for this would've been luapower, which sadly became somewhat inactive. I really like the simplicity of the…
Re: Lilush – LuaJIT static runtime and shell
#5I find it quite interesting how particular languages seem to disproportionally attract specific kinds of projects. From a first glance, this is the second somewhat opinionated, compact, minimal-dependency interpreter/shell/library bundle despite the Lua(JIT) ecosystem being tiny. The other example I have in mind for this would've been luapower, which sadly became somewhat inactive. I really like the simplicity of the…
Re: Lilush – LuaJIT static runtime and shell
#6Re: Lilush – LuaJIT static runtime and shell
#7Re: Lilush – LuaJIT static runtime and shell
#8I find it quite interesting how particular languages seem to disproportionally attract specific kinds of projects. From a first glance, this is the second somewhat opinionated, compact, minimal-dependency interpreter/shell/library bundle despite the Lua(JIT) ecosystem being tiny. The other example I have in mind for this would've been luapower, which sadly became somewhat inactive. I really like the simplicity of the…
> "Lua: an extensible embedded language"
Re: Lilush – LuaJIT static runtime and shell
#9This looks very interesting. It says it has networking, cryptography, etc. Is there any documentation of the APIs? I can't try this out if I don't know what they are.
Re: Lilush – LuaJIT static runtime and shell
#10Speaking about "batteries included" LuaJIT, people might be interested in https://franko.github.io/gsl-shell