5 ms·
Clojure is not actor based but has some terrific primitives for concurrency
Clojure is not actor based but has some terrific primitives for concurrency
Quasar's Clojure API[1] gives you very Erlang-like Clojure actors.
[1]: https://github.com/puniverse/pulsar https://github.com/puniverse/pulsar
Specifically, core.async brings Go-like goroutines (channels) to Clojure.