dhh1128 / intent

the intent formal language
https://intentlang.org
2 stars 1 forks source link

look into hot-swappable code #46

Open dhh1128 opened 10 years ago

dhh1128 commented 10 years ago

from http://savanne.be/articles/concurrency-in-erlang-scala/: To allow for non-stop application, Erlang support hot-swapping of code. This means that it is possible to replace code while executing a program, making it possible to do upgrades and maintenance without interrupting the running system.