Y
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
cess11
482 days ago
Looking around I don't find any maintained projects for this purpose.
link
stronglikedan
482 days ago
It's just a native function named eval(), so I wouldn't expect to find projects built up around it.
link
cess11
482 days ago
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
link
throwup238
482 days ago
Quokka.js would probably be the nearest JS equivalent.
link