Re: Ersatz source code and EmuLisp

2016-10-31 Thread Christophe Gragnic
On Mon, Oct 31, 2016 at 9:57 PM, Jon Kleiser wrote: > Hi Chri, Hi Jon, > This is how you build ersatz/picolisp.jar, and at the same time get the > complete PicoLisp.java source: > cd into the ersatz/, the do "pil mkJar +". Things I already knew: 1) I knew the purpose and how to use mkJar but m

Re: Ersatz source code and EmuLisp

2016-10-31 Thread Jon Kleiser
Hi Chri, This is how you build ersatz/picolisp.jar, and at the same time get the complete PicoLisp.java source: cd into the ersatz/, the do "pil mkJar +". I have implemented (partly) a few more functions lately (format, intern, lit, unless, when), but I haven't released anything new yet. I may

Ersatz source code and EmuLisp

2016-10-31 Thread Christophe Gragnic
Hi PicoLispers, My question: Is there any documentation about the building of the Ersatz jar ? I guess all the keys are in the mkJar file but I'm lost reading it. Background: I'm mostly using a JavaScript version of PicoLisp: EmuLisp and since Jon Kleiser has not much time to extend it further, I

Re: is json.l capable to handle escaped quotation marks in strings?

2016-10-31 Thread O.Hamann
Thank you very much for your quick and precise answers, Rick and Alex. As almost always, I tried to work on tasks by myself than to let piL do the job with ease :-) Thank you very much. Regards, Olaf