Hacker News new | ask | show | jobs
by csears 4835 days ago
For anyone curious, INTERCAL was originally a joke language which included a COMEFROM instruction that acted like GOTO in reverse: http://en.wikipedia.org/wiki/COMEFROM

Python's "yield from" hands off execution to a sub-generator: http://www.python.org/dev/peps/pep-0380/