development version newLISP v 7.0.2

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

development version newLISP v 7.0.2

Post by Lutz »

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

Locked