Too bad! Yesterday I released picoLisp-3.1.2, and today I found a bug in 'conc' (64-bit version only):
: (conc '(a b c) NIL '(d e f)) -> (d e f) It went unnoticed all the time! :( So please forget about the stable release, and stick with the testing version (if you use pil64): : (append '(a b c) NIL '(d e f)) -> (a b c d e f) ♪♫ Alex -- UNSUBSCRIBE: mailto:[email protected]?subject=Unsubscribe
