beneroth changed the topic of #picolisp to: PicoLisp language | The scalpel of software development | Channel Log: https://libera.irclog.whitequark.org/picolisp | Check www.picolisp.com for more information
<user3456> oh I see, that's a really elegant implementation
<user3456> Rereading the documentation, the symbols section seems to indicate that '/' means ZERO; does that mean that NIL should be located at address 0? or am I misunderstanding
ello_ has quit [Quit: ZNC 1.9.1 - https://znc.in]
ello has joined #picolisp
beneroth has quit [Read error: Connection reset by peer]
beneroth_ has joined #picolisp
<abu[7]> In the documentation '/' means NIL here. In fact, all the Lisp structures never have zero or null anywhere
<abu[7]> I just see that @doc/ref.html in not consistent as it talks
<abu[7]> about ZERO in the tail of minimum symbols
<abu[7]> Here the '/' really means the (short) number zero
<abu[7]> ie. an empty name
<abu[7]> Can be seen by eg. (vi 'box) and then clicking with K on ZERO one line down
<abu[7]> I fixed it in the ref
beneroth_ has quit [Quit: Leaving]
beneroth has joined #picolisp
<user3456> I see, thanks for clarifying that
f[x] has joined #picolisp
f[x] has quit [Remote host closed the connection]