top | item 17819750

(no title)

parabx | 7 years ago

this is pretty neat! I was wondering, are there any projects to transpile python to js, but targeting the server side? It would be interesting to port a flask application, for example, to run on node and benefit from the jit, or maybe use express and call flask through its wsgi interface.

discuss

order

icebraining|7 years ago

You're better off running it on the original version of PyPy, which already uses a JIT.

Skunkleton|7 years ago

Why not just run these in their native environment?