Hacker News
- Bad Language: a Lisp-looking language with interpreter, compiles to JavaScript https://github.com/mcapodici/badlanguage 2 comments
- Show HN: Prolog compiler and interpreter in pure JavaScript http://prolog.jldupont.com/ 4 comments
- Lua interpreter online based on some Linux compiled to javascript https://rodiongork.github.io/lua-online/ 2 comments lua
- Boa: a JavaScript interpreter and JIT compiler written in Rust https://github.com/jasonwilliams/boa 7 comments javascript
- Boa: a JavaScript interpreter and JIT compiler written in Rust https://github.com/jasonwilliams/boa 20 comments programming
- Jaws - an ahead-of-time compiler for turning Javascript into WASM without needing to embed a Javascript interpreter https://github.com/drogus/jaws 4 comments rust