|
|
|
|
|
by ramseynasser
3470 days ago
|
|
Right, Clojure is always compiled and achieves live coding by running on top of VMs that support dynamic code emission. Python REPLs are quite good, but in my experience order dependent state-mutating code can get tricky in an interactive context. FP helps a lot here. |
|