|
|
|
|
|
by technomancy
4558 days ago
|
|
> But AFAIK Clojure is compiling to bytecode and is under the same constraints as the JVM that it is hosted in. This is true for certain features (protocols, records, and gen-class, which are easy to avoid for everything but high-performance bottlenecks and legacy interop), but vanilla Clojure functions are built around vars, which are specifically designed to support reloading. edit: it's still primitive compared to Erlang, but it's miles beyond Java. |
|