9 Matching Annotations
- Mar 2021
-
www.sitepoint.com www.sitepoint.com
-
JavaScript needs to fly from its comfy nest, and learn to survive on its own, on equal terms with other languages and run-times. It’s time to grow up, kid.
-
If JavaScript were detached from the client and server platforms, the pressure of being a monoculture would be lifted — the next iteration of the JavaScript language or run-time would no longer have to please every developer in the world, but instead could focus on pleasing a much smaller audience of developers who love JavaScript and thrive with it, while enabling others to move to alternative languages or run-times.
-
Despite a growing variety of languages that compile to JavaScript, the language itself remains the dominant language in both client-side and server-side eco-systems for web development. The idea of replacing JavaScript with languages that compile to JavaScript, has been explored, and for whatever reasons, it hasn’t really liberated anyone from JavaScript.
-
We standardize on a finite subset of JS (such as asm.js) — and avoid the endless struggle through future iterations of the JavaScript language, competing super-sets and transpilers
asm.js and RPython sound similar (restrictive subsets)
-
agree to accept JavaScript for what it is, but start to think of it as a kind of VM for other languages
Tags
- the high churn in JavaScript tooling
- JavaScript: as a process VM
- RPython
- neutral/unbiased/agnostic
- asm.js
- programming languages: choosing the best language for the job
- separation of concerns
- good idea
- avoid giving partiality/advantage/bias to any specific option
- programming languages
- neutral ground
- runtime environment
- standardization
- level playing field
- software freedom
- annotation meta: may need new tag
- competition in open-source software
Annotators
URL
-
-
en.wikipedia.org en.wikipedia.orgPyPy1
-
RPython is now also used to write non-Python language implementations such as Pixie.
Tags
Annotators
URL
-
-
en.wikipedia.org en.wikipedia.org
Tags
Annotators
URL
-
-
stackoverflow.com stackoverflow.com
-
For example Wine software in Linux helps to run Windows application .
-
is Wine process virtual machine actually?
I think it is, yes.
Wine was given as an example of a process VM above.
-