bcantrill 6 years ago

So, one interesting detail about this interview: audio was recorded. The version in print is abridged, and I would love for the ACM to release the audio -- if only for the incredibly long (and mind-blown) pause after Arthur told me that he felt that the closest analogue to software is poetry...

  • eternalban 6 years ago

    ...which explains his language design choices.

    Stronger contenders for the "software analogue" remain film, theater, music, and architecture.

dang 6 years ago

A thread from 2014: https://news.ycombinator.com/item?id=8476120

A couple from 2009: https://news.ycombinator.com/item?id=650149

https://news.ycombinator.com/item?id=561443

I remember seeing that at the time but didn't notice who was the interviewer!

mushufasa 6 years ago

"In C I never learned to use the debugger so I used to never make mistakes,"

  • aasasd 6 years ago

    I can sort of sympathize with that sentiment. I'm not a C guy, but I've become so tired of setting up the stack for a new freelance project and/or running the log-and-debug dance, that it's often easier to just read through the code carefully, ‘running’ it in my head―the problem might jump out at me and I'll know where to dig. (Also helps with estimates before anything is done, and with filtering questionable projects.)

    As they say, “It's one dollar for hitting it with the hammer, a hundred for knowing where to hit.”