Something will come someday that will supersede it. The only question is: What can/will it be like?
Ask HN: What will the post-Javascript era will be like?
1–10 of 33 posts
Re: Ask HN: What will the post-Javascript era will be like?
#2Re: Ask HN: What will the post-Javascript era will be like?
#3Re: Ask HN: What will the post-Javascript era will be like?
#4Re: Ask HN: What will the post-Javascript era will be like?
#5Based on dart and typescript, it'll feature static typing.
Maybe it takes the horsepower of Google to replace a language as widespread as JS.
Re: Ask HN: What will the post-Javascript era will be like?
#6I don't know but it will eventually become Lisp.
Re: Ask HN: What will the post-Javascript era will be like?
#7- remove "Script"
- replace "Java" with more accurate term (how about Harmony ?)
Re: Ask HN: What will the post-Javascript era will be like?
#8What has superseded C? Nothing. Many things are built on and around C and it is no longer the only choice. I see the same future for Javascript. It will forever be the "low-level" browser based language.
Re: Ask HN: What will the post-Javascript era will be like?
#9I don't know but it will eventually become Lisp.
That's (probably) another topic, but it seems that FP is the new sexy :D
I like the idea of LISP, I not only aced the SICP class back in college but tutored it, too. I get it. And I wouldn't use a LISP for the majority of the work I do these days, it's just harder to work with than imperative code for a lot of normal, boring business use cases. You can write imperative code in a functional style when you have to, it's a lot harder to get the imperative advantages from a purely functional language.
Re: Ask HN: What will the post-Javascript era will be like?
#10how will platforms evolve?
I'd say it will be a language that is parallel to the core and only sequential in edge cases, because thats what the underlying platform (processor, graphics card) is evolving to. parallel first, sequential second.