Y
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
notimetorelax
4888 days ago
Frankly as somebody pointed out http-kit is written mostly in Java, so I would say that you're showing strength of JVM.
link
shenedu
4888 days ago
Yes, JVM is strong. Clojure inherit it.
link