Re: Problems running some EmuLisp tests with ersatz

2014-04-17 Thread Christophe Gragnic
On Thu, Apr 17, 2014 at 8:00 AM, Alexander Burger wrote: >> 1) Regarding this snippet: (for ((I . N) 11 (not (= I 4)) (inc N)) (list I >> N)) >> the official PicoLisp and ersatz 27 return (4 14), >> but ersatz 29 (currently the most recent version) returns (3 13). > > Correct. This was fixed a wh

Re: Problems running some EmuLisp tests with ersatz

2014-04-16 Thread Alexander Burger
Hi Christophe, thanks for the input! :) > 1) Regarding this snippet: (for ((I . N) 11 (not (= I 4)) (inc N)) (list I N)) > the official PicoLisp and ersatz 27 return (4 14), > but ersatz 29 (currently the most recent version) returns (3 13). Correct. This was fixed a while ago, on Tue Oct 02 09

Problems running some EmuLisp tests with ersatz

2014-04-16 Thread Christophe Gragnic
Hi all, I'm currently playing with non mainstream PicoLisp versions (sorry for that!) and found some issues. 1) Regarding this snippet: (for ((I . N) 11 (not (= I 4)) (inc N)) (list I N)) the official PicoLisp and ersatz 27 return (4 14), but ersatz 29 (currently the most recent version) returns (