Tag Archives: Programming

Red Meat Friday: Python Is Not a Great Language

Robin Thomas says that Python is not a great programming language and offers 11 reasons why it isn’t. Reaction was swift and virulent, proving he might have been on to something when he wrote, “Pythonists have a bit of a … Continue reading

Posted in General | Tagged , | Leave a comment

Regular Expressions in 30 Lines of C

I recently saw a pointer to a nice article by Brian Kernighan that describes some beautiful code written by Rob Pike for their book The Practice of Programming. As an example of the power of notation, they wanted to show … Continue reading

Posted in General | Tagged , | Leave a comment

Another Great Example of Recursion

Remember how I told you that Joe Marshall was really good at coming up with elegant examples of recursion? He’s back with another. This time it’s not one he thought up but it’s too good not to share. Here’s the … Continue reading

Posted in General | Tagged | Leave a comment

Premature Optimization and Bugs

All developers are aware of Knuth’s warning about the dangers of premature optimization. Yesterday, I ran across two posts that nicely illustrate those dangers in the wild. The first is a tweet that explains why Unix files that begin with … Continue reading

Posted in Programming | Tagged | 2 Comments

And By the Way…

…Happy Programmers’ Day.

Posted in General | Tagged | Leave a comment