Updating D-based apps without recompiling it
Jacob Carlborg via Digitalmars-d-learn
digitalmars-d-learn at puremagic.com
Wed Mar 23 10:29:50 PDT 2016
On 2016-03-23 18:15, Jesse Phillips wrote:
> Do you have an example of this being done in any other language?
In Erlang it's possible to hot swap code. I'm not sure how it works
though. But if we're talking servers, the easiest is to have multiple
instances and restart one at the time with the new code.
--
/Jacob Carlborg
More information about the Digitalmars-d-learn
mailing list