Hacker News new | ask | show | jobs
by pmiller2 2339 days ago
Then just allocate everything on the stack and use the optional garbage collector: http://libcello.org/learn/garbage-collection
1 comments

Allocating on the stack doesn't need GC.
No, but it makes it easier (more “high level”) when you don’t need to explicitly deallocate things, ever.