|
You are here |
ry.ca | ||
| | | | |
ilya-sher.org
|
|
| | | | | Background Let's look at the following piece of code (in an abstract programming language) : if chairs { for chair in chairs { clean(chair) } } The Problem It's more code that we would like to have. What's holding us back? chairs can be null, which is not an array (aka list), therefore requiring the... | |
| | | | |
andrewshitov.com
|
|
| | | | | ||
| | | | |
rcoh.me
|
|
| | | | | As I was learning to program, Python lists seemed totally magical to me. I imagined them as being implemented by some sort of magical datastructure that was part linked-list, part array that was perfect for everything. As I grew as an engineer, it occurred that this was unlikely. I guessed (correctly) that rather than some sort of magical implementation, it was just backed by a resizable array. I decided to read the code and find out. | |
| | | | |
seanmcp.com
|
|
| | | A brief journey into the dangerous world of user agent sniffing | ||