Arc Forumnew | comments | leaders | submitlogin
1 point by almkglor 5873 days ago | link | parent

I also suggest that. In fact, looking at Chicken's implementation - stack == heap - is rather inspiring, because it shows exactly how a garbage-collected memory manager should be done: just decrement a pointer, in this case the stack pointer. Brilliant IMO. Wish I'd thought of that.