Hacker News new | ask | show | jobs
by chkas 2043 days ago
I have made something similar (https://easylang.online/ide/). It is a language of its own, which is compiled and interpreted by WASM. The problem with hanging in endless loops is solved by running the interpreter in a "web worker" that can be killed and restarted at any time.
1 comments

Looks interesting, I'll do some digging around. Thank you for sharing.