Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

A Lisp running on top of Lua on top of WASM? :)


Yup! I couldn't resist. https://github.com/sctb/lumen

I think there's some bug in indexing into Lua tables. print(str({1, 2})) should print "(1 2)", for example, but it triggers an integer overflow error.

It's actually capable of compiling to both Lua and JS, so I was going to show off a Lisp running on top of Lua on top of WASM which generates JavaScript, completing the circle of life.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: