|
|
|
|
|
by zcam
2825 days ago
|
|
It "transpiles" to lua. So you can do anything lua does, run on any lua interpreter, use any lua library. So yeah, blazing fast, with a decent macro system and fixing some of the odd corners of Lua at compile time. It's really a great little thing (it's 2k lines of lua, so super easy to embed/ship too). |
|
There are at least two other Lisps in Lua
* https://github.com/sctb/lumen
* https://github.com/SquidDev/urn