>> IMO, When I really needs high performance (1000~ req/(sec*cores)), I >> use Go in these days. > > From my point of view, Python is the best language to write business logic. > I hope to continue to find solutions to improve performance with Python > instead of to regenerate a toolbox with another language.
Agree. I'm waiting PyPy3 2.5.0 (compatible with Python 3.3) to run asyncio on PyPy. Go is best for networking middleware and micro~small services. So I want to have common way to call Go from asyncio. P.S. I hope dropbox/pyston also support Python 3.4 and asyncio runs on it too. I'm sad about both Google (Guido has been there) and Dropbox (Guido is in now) haven't moved to Python 3 yet. -- INADA Naoki <[email protected]>
