|
|
|
|
|
by mateuszf
4116 days ago
|
|
In fact JVM is pretty fast. If you run a simple java app without dependencies and only displaying "Hello world" it will run in about 1s on modern hardware.
The problem with Clojure is AFAIR related to parsing and loading a big number of namespaces which is quite slow. |
|