newLISP 9.1.5 development release

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

newLISP 9.1.5 development release

Post by Lutz »

• changed the local domain UNIX socket API syntax
• added local domain socket support for net-eval and newLISP server
• other and fixes additions

for files and changes notes see:

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

Lutz

rickyboy
Posts: 607
Joined: Fri Apr 08, 2005 7:13 pm
Location: Front Royal, Virginia

Post by rickyboy »

Thanks Lutz! I doubt seriously whether Paul Graham would be as responsive as you. :-)

--Ricky
(λx. x x) (λx. x x)

newdep
Posts: 2038
Joined: Mon Feb 23, 2004 7:40 pm
Location: Netherlands

Post by newdep »

Thanks Lutz!

OS/2 runs like a charm... :-)


the newlisp -d runs on OS/2 like ->

newlisp -d "\socket\testing" instead of "\\socket\\testing"

Could be confusing becourse of the missing extra \ as it is used with net-listen...

But the net-eval and net-connect do work nicely to the newlisp -d mode ;-)

Thanks again!

Regards,
Norman.
-- (define? (Cornflakes))

HPW
Posts: 1390
Joined: Thu Sep 26, 2002 9:15 am
Location: Germany
Contact:

Post by HPW »

Minor point for CHANGES-9.1.1-5.txt: Tcl-Tk frontend gets new version number for closing about-window.
Hans-Peter

Locked