Live data from Hacker News

The Birth and Death of JavaScript [video]

destroyallsoftware.com

11–20 of 236 posts

Re: The Birth and Death of JavaScript [video]

#16
post #9

nice nice,ultimatly languages dont die,unless they are closed source and used for a single purpose ( AS3 ). In 2035,people will still be writing Javascript. I wonder what the language will look like though. Will it get type hinting like PHP? or type coercion? will it enforce strict encapsulation and message passing like Ruby ? will I be able to create adhoc functions just by implementing call/apply on an object? or s…

Adhoc functions can be written using ES6 Proxy [1].

[1]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Refe...

Post reply on HN