|
|
|
|
|
by uDontKnowMe
1749 days ago
|
|
I explored this briefly but it ended up taking about 25 seconds to compile hello-world in Clojure. That struck me as causing a lot of pain to develop for. That, combined with how you'd lose access to a lot of the java library ecosystem, makes it less appealing to me to develop on. |
|
Clojure cycle is even faster because you keep REPL open and evaluate code directly while application is running. After that, you build uberjar, then compile it with graal.