Goless: Go-like semantics built on top of Stackless Python
1–10 of 21 posts
Re: Goless: Go-like semantics built on top of Stackless Python
#2http://www.stackless.com/wiki/Tasklets http://www.stackless.com/wiki/Channels
Re: Goless: Go-like semantics built on top of Stackless Python
#3IIRC stackless python implemented microthreads and channels before go existed - thats the whole point of stackless python - so whats the benefit here on top of that? http://www.stackless.com/wiki/Tasklets http://www.stackless.com/wiki/Channels
Re: Goless: Go-like semantics built on top of Stackless Python
#4IIRC stackless python implemented microthreads and channels before go existed - thats the whole point of stackless python - so whats the benefit here on top of that? http://www.stackless.com/wiki/Tasklets http://www.stackless.com/wiki/Channels
Re: Goless: Go-like semantics built on top of Stackless Python
#5IIRC stackless python implemented microthreads and channels before go existed - thats the whole point of stackless python - so whats the benefit here on top of that? http://www.stackless.com/wiki/Tasklets http://www.stackless.com/wiki/Channels
Re: Goless: Go-like semantics built on top of Stackless Python
#6IIRC stackless python implemented microthreads and channels before go existed - thats the whole point of stackless python - so whats the benefit here on top of that? http://www.stackless.com/wiki/Tasklets http://www.stackless.com/wiki/Channels
Re: Goless: Go-like semantics built on top of Stackless Python
#7IIRC stackless python implemented microthreads and channels before go existed - thats the whole point of stackless python - so whats the benefit here on top of that? http://www.stackless.com/wiki/Tasklets http://www.stackless.com/wiki/Channels
The benefits to new frameworks based on Stackless are obvious if you use Stackless.
Re: Goless: Go-like semantics built on top of Stackless Python
#8IIRC stackless python implemented microthreads and channels before go existed - thats the whole point of stackless python - so whats the benefit here on top of that? http://www.stackless.com/wiki/Tasklets http://www.stackless.com/wiki/Channels
People keep thinking that Go routines and channels are something new.
Yes, these things have been used in the past. No-one denies that, and there are copious references where Stackless was based on Limbo. Every time something new comes up which uses old technology, there's always those who have to assume it means that it insults the old adopters in some way. Or that fealty has to be paid to the old adopters. At some level this becomes tiresome and unhelpful.
Re: Goless: Go-like semantics built on top of Stackless Python
#9Re: Goless: Go-like semantics built on top of Stackless Python
#10Earlier quoted context omitted.
People keep thinking that Go routines and channels are something new.
They are something new. They're a solid more approachable packaged solution which includes them in a form more available to the general programmer. And popularised by Google. Yes, these things have been used in the past. No-one denies that, and there are copious references where Stackless was based on Limbo. Every time something new comes up which uses old technology, there's always those who have to assume it means…
It would help, if those promoting the new old technology would present it as bringing back something from the past, instead of a magic new technology.