by bbotond on 9/10/20, 8:47 PM with 7 comments
I'm certainly not the first person to discover how productive a live environment like this can be. Yet I can't think of any other implementation of this idea except maybe live evaluation when editing Clojure. Why isn't this more widespread? Why aren't we all writing our code like this? Are there any other tools like Observable but less focused on presentation and more on development?
[1]: https://observablehq.com/@balazsbotond/js-url-library-draft
by Foober223 on 9/11/20, 12:22 PM
Because lisp and smalltalk lost the language wars. Interaction with dead text files won. No one misses what they never experienced.
by verdverm on 9/10/20, 9:23 PM
1. You can setup similar experiences in a pure terminal mode
2. Am I shipping private code to yet another 3rd party server?
3. Having to copy/paste seems annoying, would want it on top of my VCS code directly
by runT1ME on 9/11/20, 4:21 PM