TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Why JavaScript Will Become the Dominant Programming Language of the Enterprise

48 pointsby mkrecnyover 11 years ago

17 comments

octo_tover 11 years ago
&gt;&gt; Node.js has over 30,000 modules available<p>how many of these are over a year old? how well maintained are they? how battle proven? how well is v8 going to be maintained 10, 15 years from now? can we buy an extended support contract for v8 from Google?<p>these are also questions people in enterprise want to know. how well does it interact with our existing CLR&#x2F;JVM stack that we&#x27;ve used for the last 10 years?<p>I have never been convinced by the &quot;writing server side and client side code in the same language is good&quot; argument, different jobs require different tools. Someone once said of this:<p>&#x27;you know how to use a knife, so you bring a knife to a modern war fought with guns, tanks, and missiles while shouting &quot;at least I can use the same tools when I eat and when I fight! I save so much time!&quot; before somehow managing to shoot yourself in the foot anyway.&#x27;
评论 #6316538 未加载
评论 #6316524 未加载
评论 #6316045 未加载
评论 #6316319 未加载
评论 #6316274 未加载
chadrsover 11 years ago
No dynamically typed language is going to be &quot;The Dominant Language Of The Enterprise&quot; anytime soon. When you have hundreds of mediocre developers in cubicles pounding away at a single, huge, codebase, you&#x27;re going to want as much compile time checking as you can get. You&#x27;re going to want the ability to refactor and immediately see everything that needs to change, etc.<p>For a new language to have a shot at it, it should be statically typed and probably run on the JVM or CLR.
评论 #6316328 未加载
评论 #6316647 未加载
评论 #6316287 未加载
评论 #6316186 未加载
wavesoundsover 11 years ago
Simple learning curve? The thing is its really easy to write bad Javascript and a lot harder to write good Javascript. For that reason I think it has a much higher learning curve then most of the current languages used for web development.
评论 #6316656 未加载
karlgoldsteinover 11 years ago
This article is content marketing for Appcelerator. It builds a straw man of enterprise development that is convenient for Appcelerator&#x27;s business model (scaling JavaScript applications), neglecting to consider other concerns such as stability, maintainability and support.
jiggy2011over 11 years ago
With large software projects you want a language that is relatively easy to read. This is the biggest problem with JS, it&#x27;s pretty easy to write but can become unreadable pretty easily.<p>Even best practises as described by &quot;the good parts&quot; are full of nested parens and functions , .call()s and IIFEs
mbestoover 11 years ago
Here&#x27;s my list of why other frameworks have become the language of the enterprise: (you can draw your own conclusions as to why JS won&#x27;t fit).<p>1) Large resource supply - .NET, Java, etc resources are cheap, quick to deploy and abundant.<p>2) Pay-for library support - I can pay Oracle and MS gobs of money to support me when things go wrong. (how quickly they fix things is another question for another discussion)<p>3) Supported engine - Enterprise customers pay IBM, HP, MS, etc for support of JVM&#x27;s, etc in order for the code to run.<p>4) Scalability - There is a reason programs at scale are written in languages that are written for performance. &quot;Enterprisey&quot; languages are verbose and have to be compiled because they allow for better control of performance at scale (notice I didn&#x27;t say they perform better, there is a big distinction)<p>Lastly, JS <i>is</i> already an Enterprise language, but mainly for front-end only. So the argument is whether it becomes a back-end language.
elorantover 11 years ago
Try writing anything larger than 10.000 LoC and JavaScript becomes a pain in the ass. No matter how many frameworks will appear unless there are fundamental changes in the language I don&#x27;t see it making it to the enterprise.
评论 #6316144 未加载
评论 #6316525 未加载
dpwebover 11 years ago
I can&#x27;t help but attribute all the JS bashing to good old-fashioned tech nerd snobbery.<p>A scripting language IS a programming language.<p>Write code -&gt; some method of compilation -&gt; Computer executes == programming language.
bereft_orangeover 11 years ago
Saying that something will have the same language on client and server is misleading: javascript (and most other languages) have very simple syntax - it&#x27;s more about the libraries involved. Node.js and the browser environment are totally different (and I doubt there are many packages written for both settings).<p>Even if everyone were working in JavaScript, seems unlikely that you&#x27;d be able to be both an awesome client-side and server-side developer.
评论 #6316115 未加载
评论 #6316309 未加载
johnfullerover 11 years ago
If we are talking front-end, then Javascript is already the dominant language for EVERYONE (for the web anyways.)<p>&gt; Big brand names like GM, Yahoo, Dow Jones, Walmart and Dell have all deployed Node.js and are touting its merits.<p>It&#x27;s as if the borg is chanting node while it slaves away on its corporate machine. I bet if I asked Michael Dell what he thinks about Node, he would probably tell me to F-off.<p>I googled LinkedIn and the first result talked about how they replaced their Rails app with a Node app. Right, when I see an article talking about how X huge corp replaced their Scala app with Node then I might be more convinced.<p>We don&#x27;t need to be locked into any one tool though. As we learn how to build things better we find that we can route our pipes to different boxes which handed different things rather than having one huge box handling everything.
kalmsover 11 years ago
I love every time an article like this appears. Everyone is immediately on the fence, bashing JavaScript furiously. Yet momentum doesn&#x27;t appear to be declining?<p>I&#x27;m a JavaScript developer mainly, with a background as a front-end oriented developer (php), but I also dabble a bit with C&#x2F;Objective-C - especially since JavaScript got me interested in application development in general. JavaScript does bring a lot of freedom, a freedom that can hold you back, if you&#x27;re not careful (code bloat, callback hell etc). The thing is, JavaScript is just plain fun to write in, and the responsiveness and full-stack capabilities are amazing.<p>I think we just have to accept that JavaScript is here to stay. And should its popularity fade, I should be ok with that as well. But until then, I&#x27;ll keep having fun at work.
评论 #6316594 未加载
评论 #6316674 未加载
banachtarskiover 11 years ago
Does anybody actually believe this?
blackyskyover 11 years ago
I like JavaScript and node.js but I simply can&#x27;t wrap my head around callbacks. Some people simply love to nest callbacks... Anytime I see that it drives me crazy....
评论 #6316667 未加载
评论 #6317011 未加载
jloughryover 11 years ago
Steve Yegge has been saying this for the past five years.
rayinerover 11 years ago
Worse is better.
usablebytesover 11 years ago
Will?
consonantsover 11 years ago
Enterprise software is about long-term maintainability, compatibility, and comprehensive support for all included components. Pulling packages from npm and the like unfortunately will not satisfy those prerequisites.
评论 #6316969 未加载
评论 #6316521 未加载
评论 #6316522 未加载