would you write web app with this?
would you write web app with this?
would you write web app with this?
You can already do this with the power of webassembly.
Look up WebAssembly.
As a python developer and user of websites, please no. The web is already a slow mess and my laptop is already spinning up fans on some websites that really shouldn't do anything much more complicated than load text and images from a database and display them. CPython would make it exponentially worse. At least pick a sensible performance focused implementation.
it's cpython much slower than JS?
Yes. Please. Although something strongly typed would be even better. It's ridiculous the world runs on a language built in 2 weeks.
And yet somehow it evolved to become something that will last to the heat death of the universe.
I've grown used to it with time, though. Once you know it's "quirks", it's not so bad.
I guess the internet just grew that fast. The first arrival took all and locked everybody in.
Now, we have just two browsers that are widely used, so maybe we do have an opportunity to go back and fix it. Go sounds like it's a pretty popular choice for statically typed, imperative high-level language.
Not even "not so bad", I would say that as a scripting language it's fantastic. If I'm writing any actually complex code, then static typing is much easier to work with, but if you want to hack together some stuff, python is great.
It also interfaces extremely easily with C++ through pybind11, so for most of what I do, I end up writing the major code base in C++ and a lightweight wrapper in Python, because then you don't have to think about anything when using the lib, just hack away in dynamically typed Python, and let your compiled C++ do the heavy lifting.
Python is actually mostly strongly typed. Strongly (e.g. can't use a number as a string without explicitly converting it), but dynamically (can change type of variable at runtime). You probably would prefer a statically typed language and I agree.
Alright, thanks for the help with terminology. I'm a bit confused about changing types at runtime. I thought a compiled or interpreted language stopped having types at runtime, because at that point it's all in assembly. (In this case of course it's scripting, which someone pointed out to me elsewhere)
laughs in WASM
Will that make Ren'Py VNs play natively on firefox? If not, I vote no
Yes I would give actual money to see this native and supported.
[This comment has been deleted by an automated system]
Unfortunately that support would be worthless if only firefox does it.
True