I recently went through the rigor of converting an old Fortran code (77, 90?) to a matlab script.
The program is supposed to analyze 45,000 data points, using a couple nested while loops. (FORTRAN code uses several nasty GOTO statements to jump backwards and forwards.)
Compiled Fortran...