I was already primed by Scott Adams biology experiment.

Being an accelerationist and convergentist.



On Thu, 25 Mar 2021 at 02:45, Alexander Burger <a...@software-lab.de> wrote:

> Hi all,
>
> PicoLisp has a really cool new function!
>
> It is called 'enum', because it "enumerates" arbitrary Lisp values. That
> is, it
> associates values with numbers, by storing them in a binary tree structure.
>
> The cool points are:
>
> 1. The numeric keys themselves are not stored. They are implicit. This
> saves
>    half of the space: Only one and a half cell on the average are needed
> per
>    entry.
>
> 2. It allows to emulate (possibly sparse) arrays with acceptable overhead

Reply via email to