|
|
|
|
|
by babs474
4559 days ago
|
|
One of the big features of erlang is intelligent hotswapping for building robust telecom systems that never go down, but can be bug fixed/upgraded on the fly. Just because something is not commonly done with current tools doesn't mean its a bad idea, just that it is a bad idea with current tools. My understanding is that built in java hot swapping is very limited, and indeed would be a bad idea to try hotswapping in production. If the clojure repl brings us closer to the erlang world isn't that a good thing? |
|
Erlang does have a much better deployment story than jvms as far as code swapping.
But AFAIK Clojure is compiling to bytecode and is under the same constraints as the JVM that it is hosted in.