> My personal dream endgame would be a dynamic language, such as Python or Ruby, that includes the concurrency features such as goroutines and channels. Directly as language features.
Clojure is dynamic and has goroutine and channel constructs through core.async.
Clojure is dynamic and has goroutine and channel constructs through core.async.