heap miniPicoLisp question

2011-07-13 Thread Doug Snead
~/build/miniPicoLisp # ./pil : (heap) -> 1 : (heap T) -> 0 : Shouldn't I see something else - or is that correct for miniPicoLisp ? Cheers, Doug -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

Re: heap miniPicoLisp question

2011-07-13 Thread Alexander Burger
Hi Doug, > # ./pil > : (heap) > -> 1 > : (heap T) > -> 0 > : > > Shouldn't I see something else - or is that correct for miniPicoLisp ? This looks all right, both for standard and mini PicoLisp (unless you changed the CELLS constant in "pico.h", as discussed in http://www.mail-archive.com/pic

Re: heap miniPicoLisp question

2011-07-13 Thread Doug Snead
ct: Re: heap miniPicoLisp question > To: picolisp@software-lab.de > Date: Wednesday, July 13, 2011, 10:40 PM > Hi Doug, > > > # ./pil > > : (heap) > > -> 1 > > : (heap T) > > -> 0 > > : > > > > Shouldn't I see something else -

Re: heap miniPicoLisp question

2011-07-13 Thread Alexander Burger
On Wed, Jul 13, 2011 at 11:23:55PM -0700, Doug Snead wrote: > I was looking at an older version for which heap returned the number > of free cells currently available. I need to get up to date - looks like > that changed since ... 2007! :-) Ah, yes. That's right. This changed with picoLisp-2.3.0 (