Hi polifemo,

> I've realized that the 'pico namespace is a tree, but I can't figure out
> which kind of tree. It does not seem fit with a binary tree structure.
> 
> So, what's the structure of namespaces, and what's the algorithm for
> organizing the symbols inside a namespace list?

You are very close :)

In fact, it is a cons-pair of *two* binary trees: One for symbols with names of
7 or less bytes (so that the name is a short number), and one for symbols with
longer names (name is a bignum).

☺/ A!ex


-- 
UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

Reply via email to