Dennis MacAlistair Ritchie (September 9, 1941 – October 8, 2011)
And if you don’t know who he is, your opinions on computers don’t matter.
“It is not worth the while to go round the world to count the cats in Zanzibar” - Henry David Thoreau
Dennis MacAlistair Ritchie (September 9, 1941 – October 8, 2011)
And if you don’t know who he is, your opinions on computers don’t matter.
Posted in: Civilisation, Real life, Rest in Peace, Tech stuff.
Free speech is about the state dictating what is or is not acceptable, it is not about free people freely expressing contempt for contemptible behaviour.
Refusal to finance a platform for thugs to spew their venomous bile does not constitute censorship.
Financing a platform constitutes support.
paraphrased from Lord Vetinari
"I would remind you that extremism in the defense of liberty is no vice! And let me remind you also that moderation in the pursuit of justice is no virtue."
© 2013 Counting Cats in Zanzibar | Powered by WordPress
A WordPress theme by Ravi Varma
Hosted by DnM Computers, Gold Coast
I don’t think it would be besmirching Steve Jobs’s memory to say that Dennis Ritchie was vastly more influential. In fact, I don’t think Jobs would have disagreed.
Ritchie might have.
Two different types of influence.
I shall dig out my dusty old copy of K&R and read a chapter or two.
What Kevin B said.
We are not worthy, etc etc.
RIP.
Sam D,
It’s the difference between the Engineering and Marketing departments perhaps?
#include
main()
{
for(;;)
{
printf (”Goodbye World!\n”);
}
}
Sorry Dennis - didn’t format right in WP but then C was always a bit loose on formatting - I liked that! Other people’s C code can resemble the Dead Sea Scrolls.
#include stdio.h
main()
{
for(;;)
{
printf (”Goodbye World!\n”);
}
}
Readability comes before accuracy.
If it doesn’t work and you can’t read it you won’t get it to work. If it doesn’t work and you can read it, you can get it to work. C is a write only language only if the writer is a dickhead.
Update: Shit, Nick is right. WP reformatted it.
@Sam: well, without C the original Mac OS could not have been written.
Nah, original MacOS was assembler and Pascal. Current MacOS is Objective C, which I really like.