newLISP release version 8.4.0

Started by Lutz, January 18, 2005, 07:49:05 AM

Previous topic - Next topic

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/">http://newlisp.org/downloads/ and http://newlisp.org/download/newLISP_84_Release_Notes.html">http://newlisp.org/download/newLISP_84_ ... Notes.html">http://newlisp.org/download/newLISP_84_Release_Notes.html



Lutz

pjot

#1
Hi Lutz,



Your  newlisp.org mainpage is still showing:



Latest version is 8.3.1 November 23rd, 2004



Just to let you know... ;-)



Peter

pjot

#2
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/">http://www.linuxpackages.net/



Regards



Peter

newEric

#3
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

Sammo

#4
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

Lutz

#5
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