Re: Enumerated Trees in PicoLisp

2021-04-01 Thread Terry Palfrey
I was already primed by Scott Adams biology experiment. Being an accelerationist and convergentist. On Thu, 25 Mar 2021 at 02:45, Alexander Burger wrote: > Hi all, > > PicoLisp has a really cool new function! > > It is called 'enum', because it "enumerates" arbitrary Lisp values. That > is,

Re: Enumerated Trees in PicoLisp

2021-04-01 Thread Alexander Burger
Hi all, On Thu, Mar 25, 2021 at 10:40:21AM +0100, Alexander Burger wrote: > 'enum' is similar to 'idx' with numeric keys. But with 'idx', the keys take up > one additional cell per entry, and the insertion order is relevant. > > > (enum 'var 'cnt 'any) -> any # stores a value > (enum 'var