Re: Database tutorial

2021-03-03 Thread Todd Roth
Thanks Alex. Looks like plenty of other db docs/tutorials on the website - will have a look at those. > On Mar 2, 2021, at 2:44 PM, Alexander Burger wrote: > > Hi Todd, > >> The tutorial on the docs page use to have a nice section on database >> functionality and a brief intro to pilog. Are t

Re: Question about the "next ptr" in heapAlloc

2021-03-03 Thread C K Kashyap
Got it ... makes sense ... thanks Alex :) Regards, Kashyap On Tue, Mar 2, 2021 at 10:04 PM Alexander Burger wrote: > Hi Kashyap, > > > I noticed that in the linked list of free cells, "car" is used as the > next > > pointer. Is the choice arbitrary? I could've been "cdr" too right? Just > > curi