in reply to Re^5: Why I learn a language.
in thread Why I learn a language.

Taking anything on p6l as canon (or even correct) is a bit questionable. Python doesn't do continuations as part of the language, though as pointed out stackless python (which isn't really stackless, but that's a separate thing) does a form of them.

Ruby, on the other hand, does do continuations. (As does Lisp, Scheme, and Unlambda, come to think of it)

Replies are listed 'Best First'.
Re^7: Why I learn a language.
by diotalevi (Canon) on Feb 25, 2003 at 19:15 UTC

    Well sure, but the python continuation thing was on a python list and I figured that meant it was ok information. Ah well.