Page 1 of 1
development release newLISP version 9.4.7
Posted: Wed Aug 20, 2008 11:24 pm
by Lutz
* improvements for find-all and unify
files and CHANGES notes:
http://www.newlisp.org/downloads/development
Posted: Thu Aug 21, 2008 1:40 am
by Jeff
What are the changes to unify? The changelog wasn't very clear.
Posted: Thu Aug 21, 2008 1:54 am
by Lutz
In 'unify' symbols like +,-,*,/,? etc. were taken as variables like A, B, C. Now variables are strictly symbol names starting with upper-case A to Z as the manual always has said. The function 'expand' (in the 3rd syntax) already behaved that way.