Hacker News new | ask | show | jobs
by EligibleDecoy 748 days ago
So this lets you essentially run Lua standalone, and then compile those scripts into executables. Seems like a mix of Cython and bash. In going to give it a try, it might fill a niche of some dev tool scripts I make for the team.
1 comments

Look at what Justine Tunny did with Redbean.

https://justine.lol/redbean2/

Lua plus lots of "Unix" support in a exe/zip that runs on 6 different OS setups.