Hacker News new | ask | show | jobs
by pphysch 733 days ago
Once Python became the lingua franca for next-gen HPC applications (i.e. machine learning), we had a good indication that the (higher-level) programming language wars will soon be over.

Students graduating today are comfortable in Jupyter notebooks but not a CLI.

Also on HN front-page is a full implementation of llm.c in Python-superset Mojo.

Once Python takes off in the browser, either by compiling to WASM (via something like Mojo) or interpreted by PyScript, it's over.

Total GvR victory.

2 comments

Python will have to pry the Typescript types from my cold dead hands before I choose it on purpose. If anything is going to replace Typescripts web dominance, it will need to offer an advantage.. not a regression. Python would be such a harsh downgrade in so many ways.
Google just fired the Python team, though that of course might also have political reasons. I don't think that Google or anyone else is prepared to use PyScript.

I would not either, given the attitude of Python core towards security and correctness.

This is where I land too. Python is very handy when I need to do something quickly, I expect to modify exactly what I'm doing often, and security and efficiency are not core goals.

But every time I start to write a class in python, it feels like bikeshedding to me.