54 books
—
6 voters
Programming Languages
Related Genres
“
In languages with a garbage collector (GC), the GC keeps track and cleans up memory that isn’t being used anymore, and we don’t need to think about it. Without a GC, it’s our responsibility to identify when memory is no longer being used and call code to explicitly return it, just as we did to request it. Doing this correctly has historically been a difficult programming problem. If we forget, we’ll waste memory. If we do it too early, we’ll have an invalid variable. If we do it twice, that’s a
...more
”
― The Rust Programming Language
― The Rust Programming Language
“
You’re building your own maze, in a way, and you might just get lost in it.
”
― Eloquent JavaScript: A Modern Introduction to Programming
― Eloquent JavaScript: A Modern Introduction to Programming
Books supporting ACCU's motto: "Professionalism in Programming"
ACCU is a community of programm…more
22 members,
last active 12 years ago
A group for listing and potentially discussing the books mentioned at https://twitter.com/munifi…more
1 member,
last active 2 years ago
2 members,
last active 2 years ago































