Re: Discrepancies in lib/misc.l between picoLisp and miniPicoLisp

2016-12-15 Thread Christophe Gragnic
On Thu, Dec 15, 2016 at 2:22 PM, Alexander Burger wrote: > Hi Christophe, > >> Trying to port tests to miniPicoLisp I needed to copy some >> definitions from lib/misc.l from pico to mini, and this is what I found: >> >> 1) Many definitions don't appear in pico. Is it intented ? If so, why ? > > Do

Re: Discrepancies in lib/misc.l between picoLisp and miniPicoLisp

2016-12-15 Thread Alexander Burger
Hi Christophe, > Trying to port tests to miniPicoLisp I needed to copy some > definitions from lib/misc.l from pico to mini, and this is what I found: > > 1) Many definitions don't appear in pico. Is it intented ? If so, why ? Don't appear in *mini*, you mean? Well, yes, it is "mini" after all ;

Discrepancies in lib/misc.l between picoLisp and miniPicoLisp

2016-12-15 Thread Christophe Gragnic
Hi, Trying to port tests to miniPicoLisp I needed to copy some definitions from lib/misc.l from pico to mini, and this is what I found: 1) Many definitions don't appear in pico. Is it intented ? If so, why ? 2) Discrepancy in the $dat implementation: mini (format (pack (car S)))