Re: Little mess around the docs in the ref

2014-08-23 Thread Alexander Burger
Hi Christophe, `car` and `cdr` are ok but all the other combinations should point to: http://software-lab.de/doc/refC.html#cXr Hmm, I have no idea how to do this. At least without building some extra indexing machinery. Also I didn't forget the thread about the docs that I started. OK.

Re: Little mess around the docs in the ref

2014-08-23 Thread Alexander Burger
Hi Jon, If Christophe is referring to the logic in doc/rlook.html, then I should be able to fix that. Ah, I see! Yes, this makes sense. I’m almost there, but there is something I’m struggling with. Maybe tomorrow. ;-) Thanks! :) ♪♫ Alex -- UNSUBSCRIBE:

NIL and

2014-08-23 Thread Christophe Gragnic
Hi all, Is there somewhere some info about being NIL? I'd like to know why, maybe with some historical hindsight, and if there is a mean to trick the interpreter? The language I'm trying to embed in PicoLisp would love to have and NIL different ! chri -- http://profgra.org/lycee/ (site

Re: NIL and

2014-08-23 Thread Alexander Burger
Hi Christophe, Is there somewhere some info about being NIL? http://software-lab.de/doc/ref.html#nilSym ... • to represent a string of length zero ... http://software-lab.de/doc/ref.html#nilSym-io Besides for standard normal form, NIL is also recognized as (),

Re: NIL and

2014-08-23 Thread Christophe Gragnic
On Sat, Aug 23, 2014 at 3:13 PM, Alexander Burger a...@software-lab.de wrote: Is there somewhere some info about being NIL? http://software-lab.de/doc/ref.html#nilSym http://software-lab.de/doc/ref.html#nilSym-io Thanks. I knew about this links, I just wanted to know why. The language

Re: NIL and

2014-08-23 Thread Michel Pelletier
On Sat, Aug 23, 2014 at 11:56 AM, Christophe Gragnic christophegrag...@gmail.com wrote: On Sat, Aug 23, 2014 at 3:13 PM, Alexander Burger a...@software-lab.de wrote: Is there somewhere some info about being NIL? http://software-lab.de/doc/ref.html#nilSym