Hacker News new | ask | show | jobs
by artifact_44 2044 days ago
I've done this and it works surprisingly well. I made a timesliced js scripting system this way.. it looked imperative with tight loops but it was all asynchronous. It felt like a threaded app.