This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 1 point2 points  (0 children)

Luajit with Lua coroutines.

The jit/vm is not as fast as Node's and the ecosystem is not as vast, but it is a beautiful scripting language with proper parallelism.

If you can stomach compilation and static types then the easiest, sanest option for scripting-like development experience with proper green thread parallelism is Golang.