Re: [Pharo-users] About async web stuff

2018-04-04 Thread Guillermo Polito
Well, nothing we don't already have with Zinc, green threads, taskit and generators (+ syntax sugar). The nicest thing is however: http://www.tornadoweb.org/en/stable/ioloop.html#i-o-events They have a nice library to do async IO. We have also one but we do not exploit it enough I think. This is

Re: [Pharo-users] About async web stuff

2018-04-04 Thread Norbert Hartl
> Am 04.04.2018 um 12:12 schrieb Stephane Ducasse : > > I’m not good enough to understand it simply :) > But you are :) > > http://www.tornadoweb.org/en/stable/guide/intro.html > It is about „how to program in python as you would in javascript“. Norbert

[Pharo-users] About async web stuff

2018-04-04 Thread Stephane Ducasse
I’m not good enough to understand it simply :) But you are :) http://www.tornadoweb.org/en/stable/guide/intro.html