Rob Pike: Dennis Ritchie has died
71–80 of 214 posts
Re: Rob Pike: Dennis Ritchie has died
#72dmr posted to Usenet quite often over the years:
http://groups.google.com/groups/profile?user=research!dmr
http://groups.google.com/groups/profile?user=dmr@research.UU...
http://groups.google.com/groups/profile?user=dmr@alice.UUCP
http://groups.google.com/groups/profile?user=dmr@research.at...
http://groups.google.com/groups/profile?user=dmr@bell-labs.c...
Re: Rob Pike: Dennis Ritchie has died
#73Re: Rob Pike: Dennis Ritchie has died
#74Earlier quoted context omitted.
I'm old enough that K&R was the bible when I started with Borland's Turbo C 1.0. Another sad day for computer science.
alnayyir, you've been hellbanned. In case you didn't know.
Re: Rob Pike: Dennis Ritchie has died
#75Earlier quoted context omitted.
Including all of the tech that Steve Jobs had a significant impact on.
Exactly. When I first found out about dmr, I really really hoped the stories will flood in here after the massive Steve Jobs amount. Not to take anything away from Steve, but dmr is far more important in my opinion, and I'm sure many other geeks would agree. I'm glad he isn't just quietly being forgotten like I feared he would.
Re: Rob Pike: Dennis Ritchie has died
#76:( Thank you, Dennis. dmr posted to Usenet quite often over the years: http://groups.google.com/groups/profile?user=research!dmr http://groups.google.com/groups/profile?user=dmr@research.UU... http://groups.google.com/groups/profile?user=dmr@alice.UUCP http://groups.google.com/groups/profile?user=dmr@research.at... http://groups.google.com/groups/profile?user=dmr@bell-labs.c...
http://groups.google.com/group/net.lang.c/msg/3651ddf298937d...
Re: Rob Pike: Dennis Ritchie has died
#77#include main() { printf("goodbye, world\n"); }
Considering the tragic nature of the situation, the exit status should be nonzero. #include int main(void) { printf("goodbye, world\n"); return 1; }
true but it's from P7, "C progamming language", pure K&R.