Archive for the 'C' Category
Why C Switch Statements Should go the way of the GOTO
The venerable C switch statement keeps showing up in other languages presumably because the people who write new languages are familiar with C and don’t really think about it.
Read more
Converting hex to Binary in 4 Languages
I’ve been playing around with some scripting languages recently so I thought I’d do a small example in a few different languages for laughs.
Read more