Live data from Hacker News

Rob Pike: The Best Programming Advice I Ever Got.

informit.com

141–142 of 142 posts

Re: Rob Pike: The Best Programming Advice I Ever Got.

#141
post #131

Earlier quoted context omitted.

Have you ever implemented GC or fibers? They can be pretty simple to implement, really.

There is a big difference between implementing them for fun and implementing them for a production system. Regardless, even if they are simple to implement they are more than what C90 has so, by definition, more complex implementation.

They're a lot simpler than printf, strxfrm, or mktime, all of which are in C90!

Re: Rob Pike: The Best Programming Advice I Ever Got.

#142
post #130
post #55

Earlier quoted context omitted.

Agreed - we'd probably all be most productive working in a language we'd designed ourselves, irrespective of the merits or demerits of that language for other programmers.

I find that I'm much more productive working in languages designed by other people, because they have much larger standard libraries. :)

Fair - but if you can get Google to pay for a bunch of engineers to build the standard library for you, I bet it would work better ;-)
Post reply on HN