Unsubscribe

2017-03-25 Thread Petr Gladkikh

Unsubscribe

2017-03-25 Thread Anik Biswas
Please unsubscribe me from the PicoLisp mailing list. Thank you, Anik Biswas

Re: Random Access?

2017-03-25 Thread Alexander Burger
Hi Joh-Tob, > Damn you were faster. No worry :) Thanks for the long and good explanation! Looks all correct! ♪♫ Alex -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

Re: Random Access?

2017-03-25 Thread Joh-Tob Schäg
> Hi list. I noticed that when I evaluate > > (list (box) (box) (box)) > > I get > > ($177760526373112 $177760526373114 $177760526373116) > That is common if you just restarted the session or you just needed to allocate a new block of cells. > Where each memory location is two more than the

Re: Random Access?

2017-03-25 Thread Joh-Tob Schäg
Damn you were faster. Am 25.03.2017 07:57 schrieb "Alexander Burger" : > Hi Christopher, > > > (list (box) (box) (box)) > > ... > > ($177760526373112 $177760526373114 $177760526373116) > > > Where each memory location is two more than the previous. I am wondering > > Yes.

Re: Random Access?

2017-03-25 Thread Alexander Burger
Hi Christopher, > (list (box) (box) (box)) > ... > ($177760526373112 $177760526373114 $177760526373116) > Where each memory location is two more than the previous. I am wondering Yes. BTW, these are actually cell addresses, not bytes. The values have to be multiplied by 16 to get the physical