Hacker News new | ask | show | jobs
by bmacho 192 days ago
Is there a GC/equivalent, or you do manual memory management?
1 comments

There's a GC library around somewhere, but I doubt anyone uses it. Manual memory management is generally quite simple, as long as you aren't using archaic languages.

https://www.youtube.com/watch?v=xt1KNDmOYqA is worth a watch.