Hacker News new | ask | show | jobs
by shenedu 4889 days ago
author here. Yes, Clojure can use more than 1.4G of heap, and can use threads. http-kit is multithreaded (one just for IO, others for computing response). A strength of Clojure?
1 comments

Frankly as somebody pointed out http-kit is written mostly in Java, so I would say that you're showing strength of JVM.
Yes, JVM is strong. Clojure inherit it.