Hi list, looking at pico.h i see the definition of the cell:
typedef struct cell { // PicoLisp primary data type
struct cell *car;
struct cell *cdr;
} cell, *any;
these are pointers to... where? this would answer questions like:
where is the actual symbol (or internal string representation of it)
stored?
i can dig deeper in the source but where to start?
cheers,
/e
--
UNSUBSCRIBE: mailto:[email protected]?subject=unsubscribe
