Re: Symbol Car and CDR

2014-06-24 Thread Jon Kleiser
Hi Alex, Thanks for the explanation. I think I’ll have to adjust EmuLisp then, so it will follow Ersatz more closely. /Jon On 23. Jun, 2014, at 16:36, Alexander Burger wrote: > Hi Jon, > >> In the docs at I read >> that "The CDR of a symbol ce

Re: Symbol Car and CDR

2014-06-23 Thread Alexander Burger
Hi Jon, > In the docs at I read > that "The CDR of a symbol cell is also called VAL, and the CAR points to > the symbol's tail”, but in the Ersatz code (built from fun.src) I see > this ... Right. >final static class Symbol extends Any { >

Symbol Car and CDR

2014-06-23 Thread Jon Kleiser
Hi Alex, In the docs at I read that "The CDR of a symbol cell is also called VAL, and the CAR points to the symbol's tail”, but in the Ersatz code (built from fun.src) I see this ... final static class Symbol extends Any { Object Obj;