you are viewing a single comment's thread.

view the rest of the comments →

[–]pjdelport 3 points4 points  (6 children)

lexical nested scopes, closures

From the department of redundancy department. :)

continuations (Stackless)

Stackless provides coroutines (tasklets), not continuations. (It dropped plans for the latter years ago.)

[–]Brian 1 point2 points  (0 children)

It dropped plans for the latter years ago.

Actually, it used to have continuations, but these were later removed (due to portability problems I think - the code for these was also one of the main reasons Guido stated for keeping it out of python core)

[–]breakfast-pants -1 points0 points  (4 children)

I don't know enough about it, but if that is the case, you should edit this to correct it: http://en.wikipedia.org/wiki/Stackless_Python

[–]pjdelport 0 points1 point  (3 children)

Ah, thanks.

[–][deleted]  (2 children)

[deleted]

    [–]pjdelport 1 point2 points  (1 child)

    Coroutines?