Earlier quoted context omitted.
Thanks for the information. It is legitimately interesting. But while it is a neat idea, the difference seems to be largely inside-baseball. Sure, we're dealing with text, but we can still inspect our code quite well, and we can do much of the same sort of stuff. In any case, I don't really want my editor editing sexps. The moment my editor is working with sexps rather than characters, it's no longer a general-purpos…
It feels very different. Imagine the editor and the runtime work on the same data: EDIT data EVAL In GNU Emacs it looks like this: Emacs EDIT -> text -> Emacs SAVE FILE SBCL LOAD FILE -> SBCL READ -> SBCL EXECUTE or Emacs EDIT -> text -> Emacs TRANSFER to SBCL -> SBCL READ > SBCL EXECUTE -> SBCL generate TEXT -> SBCL TRANSFER to Emacs -> Emacs DISPLAY -> text With presentations it looks for the user that the Emacs si…
Could you link me some information about S-Edit? I can't find anything on it, and it might help me understand what you mean.