c/commonlisp · by veer66@lemmy.one · 2yIs there any Common Lisp implementation on Web Assembly? I want to demo my program on the web. 3 points · 2 comments · view on lemmy.world
2 Comments
charje@lemmy.ml · 2 pts · 2y
There is https://github.com/jscl-project/jscl for JavaScript. I think it is not quite done though, so you will just have to try it.
jackdaniel@lemmy.ml · 2 pts · 1y
ECL works with emscripten. Here's an old demo: https://turtleware.eu/static/paste/wecl-test-gl/main.html