Posted Sep 30, 2012 8:28 UTC (Sun) by Cyberax (✭ supporter ✭, #52523)
[Link]
True story:
I've used this module to port some Fortran code with computed gotos to Python.
Python 3.3.0 released
Posted Sep 30, 2012 19:43 UTC (Sun) by theophrastus (guest, #80847)
[Link]
until your comment here i had assumed that i was the only one in the world porting Fortran to python. it's fun, isn't it? interleaved backwards "GO TO"s jumping out of nested DO loops are my personal favorites (although first array indexes being used as idempotent multiplies is right up there)