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
newLISP release version 8.4.0
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
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
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
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
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
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