Rob Pike at Google: Concurrency/message passing in Newsqueak [video](video.google.com)
video.google.com
Rob Pike at Google: Concurrency/message passing in Newsqueak [video]
http://video.google.com/videoplay?docid=810232012617965344
3 comments
Can you point at examples? The examples on the standard page are still standard concurrent programs (http://code.google.com/p/stacklessexamples/wiki/StacklessExa...). I'm sure an example of stackless in, say, indexing text would be most appreciated.
NB: Newsqueak != Squeak, the Smalltalk. It's a C-like thing that looks allot like Pike (the language) and Awk.
(1) I know Stackless doesn't actually help with hardware parallelism, outside of being able to possibly pickle and transfer threadlets between processes, but a lot of people come to Stackless looking for a solution to this problem.