newLISP Fan Club

Forum => newLISP newS => Topic started by: Lutz on November 12, 2002, 11:34:36 AM

Title: development version newLISP v 7.0.2
Post by: Lutz on November 12, 2002, 11:34:36 AM
Bug fixes, regular expressions in 'find' on lists and a direct execution mode on the commandline (see manual). Get the source and binary distributions at:



//http://newlisp.org/download/development/



details:



- 7.0.2

- readLineStream was not initizlized during program startup and caused

'current-line' to crash if not used after a 'read-line'

- direct execution mode with new command line option -e

- in SXML parsing attribute tags where left strings instead of symbols

- 'find' now also does regex when looking up a string in list of strings



Lutz