Hacker News new | ask | show | jobs
by dmos62 482 days ago
You can eval strings in Javascript, so pretty sure that's possible.
1 comments

Looking around I don't find any maintained projects for this purpose.
It's just a native function named eval(), so I wouldn't expect to find projects built up around it.
That's not enough, there ought to be IDE/editor integration and so on.

Here's one such project: https://github.com/swank-js/swank-js

Quokka.js would probably be the nearest JS equivalent.