Hacker News new | ask | show | jobs
by anjanb 3326 days ago
Anyone knows how it performs versus, say, Clojure for server-side development ?
1 comments

Good question. I would also be interested in seeing some concurrency related benchmarks. Clojure excels on that field due to immutable data-structures. There's simply no point of talking about concurrency without immutability.