Apr
26
2013
The fizzbuzz that Fortran Deserves
I've talked about the toy programming problem fizzbuzz on this blog a few times. In R, you might do something like this:
Or to be a bit more R-ish, you might do something like:
But there's a problem. That's all too readable! When I look at it, I know exactly what it's doing.
Enter Fortran.
I spend most of my life programming in Fortran these days --- which I then hook Read more >>