Hi, J. D. Bartlett (@jd_bartlett) wrote this on Twitter:
"@victor_stinner @rfkelly My trollius event loop for pypy.js: http://talljosh.org/pypyjs/ - currently supports only delayed calls." https://twitter.com/jd_bartlett/status/510065679479734273 Demo: http://talljosh.org/pypyjs/ Source code: https://bitbucket.org/talljosh/trollius socket and select imports are disabled (not supported by PyPy.js). Only call_soon() and call_at() are supported. The event loop is always running in background (calling run_forever() is not needed). Fun project :-) Victor
