Y
Hacker News
new
|
ask
|
show
|
jobs
by
atirip
3265 days ago
JavaScript Standard Library created that every browser has "installed" and updated automatically.
4 comments
Spivak
3265 days ago
Or just stable JS APIs that you can specify on your scripts.
<script vers="3.1"> </script>
<script vers="4.2"> </script>
link
vortico
3265 days ago
Apparently this somewhat works.
http://jsfiddle.net/Ac6CT/
link
RonanTheGrey
3265 days ago
Or both. I would love this so much..
link
bpicolo
3265 days ago
Yeah. It's a real shame that the language we need batteries-included in the most (because of code size limitations) is one of the most deficient.
link
swiley
3265 days ago
I feel like the mess helps discourage it's use. I shouldn't need a Turing machine in order to read a text document.
link
girvo
3265 days ago
While I agree with you, that ship has sailed I think. I'd rather see it take less bandwidth, less memory and less CPU time at least!
link
JepZ
3264 days ago
Sounds a little bit like making
https://cdn.polyfill.io/v2/docs/features/
persistent between websites ;-)
link
<script vers="3.1"> </script>
<script vers="4.2"> </script>