development version newLISP v.10.2.4

Notices and updates
Locked
Lutz
Posts: 5289
Joined: Thu Sep 26, 2002 4:45 pm
Location: Pasadena, California
Contact:

development version newLISP v.10.2.4

Post by Lutz »

Version 10.2.4 is a bug-fix, source-only release with now new features.

For the source package and CHANGES notes see here:

http://www.newlisp.org/downloads/development/

kanen
Posts: 145
Joined: Thu Mar 25, 2010 6:24 pm
Contact:

Re: development version newLISP v.10.2.4

Post by kanen »

In 10.2.4, "loaded file" prints to console/shell when I load files now? Is this a bug?

Code: Select all

> (load "module-name.lsp")
loaded file
I believe the default should be to not print "loaded file" to STDOUT.
. Kanen Flowers http://kanen.me .

Lutz
Posts: 5289
Joined: Thu Sep 26, 2002 4:45 pm
Location: Pasadena, California
Contact:

Re: development version newLISP v.10.2.4

Post by Lutz »

Oops, this was a debugging message.

Now removed and the package re-uploaded:

http://www.newlisp.org/downloads/development/

Locked