Page 1 of 1

newLISP release version 8.4.0

Posted: Tue Jan 18, 2005 3:49 pm
by Lutz
This release adds several improvements and additions in internet related functions and program flow handling.

For release notes and downloads see: http://newlisp.org/downloads/ and http://newlisp.org/download/newLISP_84_ ... Notes.html

Lutz

Posted: Tue Jan 18, 2005 5:16 pm
by pjot
Hi Lutz,

Your newlisp.org mainpage is still showing:

Latest version is 8.3.1 November 23rd, 2004

Just to let you know... ;-)

Peter

Posted: Wed Jan 19, 2005 3:01 pm
by pjot
Hi all,

The installpackage containing the newLisp 8.4.0 binaries for Slackware 10 was accepted with a grade of 3 ("excellent") and can be downloaded from

http://www.linuxpackages.net/

Regards

Peter

recursive contexts / context filter

Posted: Tue Mar 01, 2005 3:01 pm
by newEric
Hallo Lutz;

I am new to newLisp and have one question about contexts.
Don't you loose overview when working with some hundred contexts due to the flat layout ?
Would it be difficult to implement a "filtering" context browser in the Browser/Editor pane ?

Regards, Eric

Posted: Tue Mar 01, 2005 3:23 pm
by Sammo
Hi newEric,

The upper-left pane in the Browser/Editor window lists the contexts. Click one and the bottom-left pane shows details of that context. Click one of those and the definition appears in the large right pane.

-- Sam

Posted: Tue Mar 01, 2005 4:18 pm
by Lutz
Welcome to newLISP Eric, usually one doesn't have that much contexts when using contexts as modules dividing your code into mangeable and lexically isoloated pieces.

When using contexts as objects then yes, you could have thousands of them or much more, but then probably only during runtime. There is a lot which could be done on the Tcl/Tk frontend, but I am to busy at other parts of the system at the moment and I am getting more and more enamored with Pjot's GTK-Server. I think one day I want to redo a frontend for newLISP, but using GTK-Server, then I will remember your idea of filtered browser lists.

Lutz