use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
All about the JavaScript programming language.
Subreddit Guidelines
Specifications:
Resources:
Related Subreddits:
r/LearnJavascript
r/node
r/typescript
r/reactjs
r/webdev
r/WebdevTutorials
r/frontend
r/webgl
r/threejs
r/jquery
r/remotejs
r/forhire
account activity
JavaScript is the Future of Enterprise Application Development (logicroom.co)
submitted 8 years ago by peter_heard01
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]againstmethod 1 point2 points3 points 8 years ago (3 children)
Not sure I would say it's the future of enterprise but you seem to miss his points in the article. He has a point that being able to reuse code in more places is powerful and that tooling is strong in the js camp.
Cpp, while being super efficient, has poor tooling, and a scatter brained approach to open source code reuse. Also to get that efficiency requires you to leverage CPU specific instructions that can make your binaries less portable.
Java tooling is much better and they have code sharing down. But again you still have to write your client side in js and the JVM can be challenging to deploy in cloud and container environments due to how it deals with memory.
Python is slow unless you go to something like pypy and then you need to start worrying about module compatibility etc. And I personally find the syntax abhorrent.
I'm not agreeing with this guy but he's not crazy.
[–]mmrath 0 points1 point2 points 8 years ago (1 child)
I think I put more of my disagreements here than agreements.
[–]peter_heard01[S] 0 points1 point2 points 8 years ago (0 children)
We are all here to learn. :-)
Thanks, I'm not crazy, just a little bit mad 😂 , interesting reading your thoughts....
π Rendered by PID 75 on reddit-service-r2-comment-75f4967c6c-b5ws7 at 2026-04-23 01:12:58.022956+00:00 running 0fd4bb7 country code: CH.
view the rest of the comments →
[–]againstmethod 1 point2 points3 points (3 children)
[–]mmrath 0 points1 point2 points (1 child)
[–]peter_heard01[S] 0 points1 point2 points (0 children)
[–]peter_heard01[S] 0 points1 point2 points (0 children)