Replies: 4 comments
-
[Obligatory link to The Zen of Python] |
Beta Was this translation helpful? Give feedback.
-
For me, there is a * in the window to indicate that it has been modified. Attempting to close it brings up a question in the prompt window, asking if I really mean it.
Do you not see that behavior?
… On Mar 5, 2023, at 2:18 PM, Larry Masinter ***@***.***> wrote:
Interlisp wasn't just an IDE, there was an Interlisp Way.
Here is an example:
@pamoroso <https://github.com/pamoroso> asks on Libera Chat Interlisp channel:
Suppose the buffer of a TEdit window has been modified but not saved. Is quitting via titlebar middle-click Quit or right-click Close supposed to prompt whether to save the buffer?
@masinter <https://github.com/masinter> first replied:
i don't know... the Get Put menu for opening and saving files always seemed awkward to me
but later answered:
I don't remember seeing a "do you want to save before I quit" behavior... it's not part of the Interlisp Way
The Interlisp Way is "save early and often"
—
Reply to this email directly, view it on GitHub <#1095>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AQSTUJJEAMUSIFERER6C2GLW2UGMRANCNFSM6AAAAAAVQNLHEA>.
You are receiving this because you are subscribed to this thread.
|
Beta Was this translation helpful? Give feedback.
-
Thanks, I wondered because of what Steve Kaisler wrote in section 1.1.7.4 Exiting TEdit on page 26 of his book Medley Interlisp: Interactive Programming Tools:
Although A Zen of Interlisp is a great idea. Another entry may be "Embrace the mouse". |
Beta Was this translation helpful? Give feedback.
-
I was thinking DWIM was a kind of philosophy as well: that the environment should go ahead and coerce things without complaint. So symbol -> string -> pathname -> .... This is in support of the idea that declarations and unsafe optimizations weren't important for the most part. |
Beta Was this translation helpful? Give feedback.
-
Interlisp wasn't just an IDE, there was an Interlisp Way.
Here is an example:
@pamoroso asks on Libera Chat Interlisp channel:
@masinter first replied:
but later answered:
Beta Was this translation helpful? Give feedback.
All reactions