Live data from Hacker News

PyPy.js: Python in the web browser

pypyjs.org

1–10 of 129 posts

Re: PyPy.js: Python in the web browser

#7
post #4

Pity it's not Python3.

Yeah weird. I would expect Python2 to be dying off more by now. Wonder if we're headed to an environment where there's essentially 2 separate languages as Python 3 continues to change and grow?

https://pythonclock.org/

Re: PyPy.js: Python in the web browser

#8
post #4

Pity it's not Python3.

Yeah weird. I would expect Python2 to be dying off more by now. Wonder if we're headed to an environment where there's essentially 2 separate languages as Python 3 continues to change and grow?

I think we're roughly already there. I think the pivotal moment where Python 2 could've died out rapidly passed and they kept officially supporting it for too long.

Re: PyPy.js: Python in the web browser

#10
I tried to do a little something with Emscripten and WebAssembly, but I stopped on the sockets implementation. It relies on WebSockets. I wonder how well we could emulate real sockets using WebRTC to make WebAssembly apps more sophisticated.
Post reply on HN