newLISP release version 8.4.0

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

newLISP release version 8.4.0

Post 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

pjot
Posts: 733
Joined: Thu Feb 26, 2004 10:19 pm
Location: The Hague, The Netherlands
Contact:

Post 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

pjot
Posts: 733
Joined: Thu Feb 26, 2004 10:19 pm
Location: The Hague, The Netherlands
Contact:

Post 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

newEric
Posts: 1
Joined: Tue Mar 01, 2005 2:23 pm

recursive contexts / context filter

Post 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

Sammo
Posts: 180
Joined: Sat Dec 06, 2003 6:11 pm
Location: Loveland, Colorado USA

Post 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

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

Post 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

Locked