Page 1 of 1

development version newLISP v. 8.5.4

Posted: Sat Apr 23, 2005 12:44 pm
by Lutz
• signal handlers now may pass the signal as a parameter

• Ctrl-D now exits the newLISP command line (Linux/UNIX only)

• bug fixes

For files and detailed change notes see here: http://newlisp.org/downloads/development

Lutz

Re: development version newLISP v. 8.5.4

Posted: Sun Apr 24, 2005 4:22 am
by jsf
I have no idea why many of us have become so used to an application exiting when we hit Ctrl-D, but we have. Ctrl-D is baked into our brains and has been for a very long time.

Typing (exit) isn't that hard, but I find myself hitting Ctrl-D every single time and then realize I need to type (exit).

Thanks for this feature. It's probably silly, but I appreciate it very much.
Lutz wrote:
• Ctrl-D now exits the newLISP command line (Linux/UNIX only)

Lutz