Arc Forumnew | comments | leaders | submitlogin
1 point by ryantmulligan 5924 days ago | link | parent

Live code upgrades is a great feature. Lisps already support this to some degree. If you make an app and expose a REPL on some local port then you can recompile functions on the fly. I'm not sure how it handles the current execution stack when this happens though.