|
|
|
|
|
by didibus
3157 days ago
|
|
Other languages do, like Common Lisp, Racket, and most other Lisps. I hear dylan and smalltalk do to, but I don't have first hand experience. This page https://clojure.org/about/dynamic explains it well. The difference basically is that the mindset is to work within a running environment, swaping things out as its running. Its closer to a Jupyter notebook, or an excel sheet in some ways, if that helps you visualize it. |
|