Explore >> Select a destination


You are here

nguyenhuythanh.com
| | aneesh.mataroa.blog
8.1 parsecs away

Travel
| |
| | rcoh.me
7.9 parsecs away

Travel
| | 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.
| | jeff.glass
8.5 parsecs away

Travel
| | Electronics, Making, Software Development, and Amateur Radio from a Midwest Nerd
| | danangell.com
11.9 parsecs away

Travel
| The intention is to force myself to get a small taste of a bunch of new programming languages and programming paradigms. Since I was late to the party I rushed through the first 4 problems in languages I'm familiar with. But for day 5 I solved the daily problem with MIPS assembly. I look forward to learning and writing Common Lisp, Haskell, Prolog, and many more languages. One hope I have is to complete a problem in GLSL. I'm already somewhat familiar with GLSL, but given its intended purpose it should be a true feat if it works.