Hi Santiago, thank you for this.
i should have been clearer in my question. "how is, say, a symbol, stored using cells?". On Wed, Aug 25, 2010 at 11:06 AM, santiago ottonello <[email protected]> wr= ote: > I guess the actual data is in car > > i.e. > > "hi" > > |h| *|->|i|*|->NIL > > But just a guess :-) you've hit it right in the head. assuming your answer is correct, the i guess i get it. :-) > > > 2010/8/24 Edwin Eyan Moragas <[email protected]> >> >> Hi list, >> >> looking at pico.h i see the definition of the cell: >> >> typedef struct cell { =A0 =A0 =A0 =A0 =A0 =A0// PicoLisp primary data ty= pe >> =A0 struct cell *car; >> =A0 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=3dunsubscribe > > -- UNSUBSCRIBE: mailto:[email protected]?subject=unsubscribe
