Live data from Hacker News

PyPy.js: Python in the web browser

pypyjs.org

11–20 of 129 posts

Re: PyPy.js: Python in the web browser

#13
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?

Well this project has pretty much died off. No update in over a year, and nothing significant in 3-4.

Re: PyPy.js: Python in the web browser

#14
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?

It's a pretty old side-project, based on an interpreter that itself took quite a while to support Python 3 well due to lack of funding, so it's not that weird it hasn't been updated.

Re: PyPy.js: Python in the web browser

#15
post #9

This is pretty old, and hasn't seen an update in over a year. I never understand why links links this get posted with no discussion to start it off with. Also, wouldn't this be better implemented with WASM?

> This is pretty old, and hasn't seen an update in over a year

So pretty much like every Python project then. What's happening to the Python community?

Re: PyPy.js: Python in the web browser

#16
post #9

This is pretty old, and hasn't seen an update in over a year. I never understand why links links this get posted with no discussion to start it off with. Also, wouldn't this be better implemented with WASM?

> This is pretty old, and hasn't seen an update in over a year So pretty much like every Python project then. What's happening to the Python community?

It's stable and mature?

If you've been writing JavaScript your whole career you might not know what that looks like.

Re: PyPy.js: Python in the web browser

#17
post #9

This is pretty old, and hasn't seen an update in over a year. I never understand why links links this get posted with no discussion to start it off with. Also, wouldn't this be better implemented with WASM?

> This is pretty old, and hasn't seen an update in over a year So pretty much like every Python project then. What's happening to the Python community?

[deleted]

Re: PyPy.js: Python in the web browser

#18
post #9

This is pretty old, and hasn't seen an update in over a year. I never understand why links links this get posted with no discussion to start it off with. Also, wouldn't this be better implemented with WASM?

> This is pretty old, and hasn't seen an update in over a year So pretty much like every Python project then. What's happening to the Python community?

Limited man-hours, and more time being spend on the data-science community? I've seen a fair number of impressive things done targeting data-science, but less big generally useful libraries.

A lot of the low-hanging fruit for generally-useful libraries have already been created, and have reached maturity?

Micropython is pretty recent, and pretty impressive.

Re: PyPy.js: Python in the web browser

#19
post #9

This is pretty old, and hasn't seen an update in over a year. I never understand why links links this get posted with no discussion to start it off with. Also, wouldn't this be better implemented with WASM?

Maybe something like this? https://github.com/iodide-project/pyodide

Re: PyPy.js: Python in the web browser

#20
post #9

This is pretty old, and hasn't seen an update in over a year. I never understand why links links this get posted with no discussion to start it off with. Also, wouldn't this be better implemented with WASM?

> This is pretty old, and hasn't seen an update in over a year So pretty much like every Python project then. What's happening to the Python community?

> What's happening to the Python community?

It's moved from "growing" to "well established." I don't see many people lamenting something is in CPAN and not pip anymore. It shouldn't be surprising that you find more stale projects and packages as time goes on. Most of the interesting stuff is in the development with specific packages (Pandas, Salt, OpenStack, etc.).

Post reply on HN