Name: Anonymous 2014-05-10 11:02
/prog/, I've been giving some thought to the whole "GC is shit" thing and I want to try a different view. You see, I've been using only languages with automatic memory management lately, and they are inherently limiting. So my question is: what's the fastest way to learn the techniques of writing memory-safe programs in languages without GC?
There must be a set of rules, and it's okay if those rules are quite complex and take practice to master, but there must be a set of rules that, once learned, lets you write programs that are just as safe as in the auto-land but much more efficient. How can I learn those rules?
There must be a set of rules, and it's okay if those rules are quite complex and take practice to master, but there must be a set of rules that, once learned, lets you write programs that are just as safe as in the auto-land but much more efficient. How can I learn those rules?