release newLISP version 10.0

Notices and updates
cormullion
Posts: 2038
Joined: Tue Nov 29, 2005 8:28 pm
Location: latiitude 50N longitude 3W
Contact:

Post by cormullion »

I think the changes to inc and dec were in a later 9.9.x release... So the 9.9.4 version you have is somewhat between version 9 and version 10... (and presumably slightly less reliable as well?)

DrDave
Posts: 126
Joined: Wed May 21, 2008 2:47 pm

Post by DrDave »

cormullion wrote:I think the changes to inc and dec were in a later 9.9.x release... So the 9.9.4 version you have is somewhat between version 9 and version 10... (and presumably slightly less reliable as well?)
OK, I installed v.10.0.1 Win32 and this runs correctly

Code: Select all

define (Gen:Gen x) 
(if Gen:acc 
(inc Gen:acc x) 
(setq Gen:acc x))) 
...it is better to first strive for clarity and correctness and to make programs efficient only if really needed.
"Getting Started with Erlang" version 5.6.2

Locked