in reply to Re^2: Parrot 0.8.0, "Pareto principle" released!
in thread Parrot 0.8.0, "Pareto principle" released!
When I said stackless versus stack, I wasnt referring to a stack as a data structure (as used in forth/factor/joy), but in the sense of stackless python which is not actually stackless, but separates the frame stack from the C stack.
Now practically what that means for me is continuations in the language as opposed to a library like Contize which allows for succinct web programming. The stackless python homepage mentions other benefits.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Parrot 0.8.0, "Pareto principle" released!
by moritz (Cardinal) on Oct 24, 2008 at 15:36 UTC |