Live data from Hacker News

Lilush – LuaJIT static runtime and shell

lilush.link

11–17 of 17 posts

Re: Lilush – LuaJIT static runtime and shell

#11

Does this run on bare metal? Are there any plans to include graphics primitives? As 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!

You can use SDL3 with LuaJIT easily. You just need an FFI generator, I use the one here: https://github.com/sonoro1234/LuaJIT-SDL3

Re: Lilush – LuaJIT static runtime and shell

#12
post #2

I 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…

Another one - LuaTurbo:

https://turbo.readthedocs.io/en/latest/

Lua, with batteries included, like a swiss army knife ..

Re: Lilush – LuaJIT static runtime and shell

#15

Does this run on bare metal? Are there any plans to include graphics primitives? As 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!

[dead]

Re: Lilush – LuaJIT static runtime and shell

#16
post #2

I 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…

This is what culture is right? Different sorts of people are attracted to different sorts of things and so the culture that builds around those things is somewhat self reinforcing. Lua's culture mirrors its core and attracts people who like simple extensible solutions to problems. This looks like a pretty compelling simple extensible tool. Hopefully the development continues and doesn't drop off like Luapower. I do w…

I've been working on it since 2022, and so far there are no plans to stop the development, given that it's my daily driver shell and scripting tool.

Re: Lilush – LuaJIT static runtime and shell

#17
post #7

This 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.

There is now: https://docs.lilush.link Will be more + user guides

Thanks for the update!
Post reply on HN