Subscribe

2014-06-25 Thread Alabhya Singh
Hello Alabhya Singh alab...@yahoo.com :-) You are now subscribed Our definitions/plans/projects: http://sparksoflove.cwahi.net/dpp -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

Pico/Ersatz diffs: chain, link, yoke

2014-06-25 Thread Jon Kleiser
Hi, I just noticed that there are a few odd function cases in Ersatz that probably should be fixed. I say “odd cases” because they should normally not occur. If you in normal PicoLisp do any of the following, without any use of ‘make' … (chain (1 2 3)) (link 1 2 3) (yoke 1 2 3) … then you’ll

Re: Pico/Ersatz diffs: chain, link, yoke

2014-06-25 Thread Alexander Burger
Hi Jon, If you in normal PicoLisp do any of the following, without any use of ‘make' … (chain (1 2 3)) (link 1 2 3) (yoke 1 2 3) … then you’ll get a Not making” error message. However, if you do the same with Ersatz, you’ll get a java.lang.NullPointerException for ‘chain’ and ‘link’.

Re: Pico/Ersatz diffs: chain, link, yoke

2014-06-25 Thread Alexander Burger
Hi all, thanks for the feedback! You would be mad to use Erzats for performance anyway, so I'd wish for correctness or similarity. It would also serve as a documentation of what it takes to implement a full PicoLisp. Sort of a portable spec. OK, but it is also a bit mad to check for