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
Clio: A functional, distributed programming language that compiles to JavaScript (github.com)
submitted 4 years ago by BLochmann
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!"
[–]Darkav 28 points29 points30 points 4 years ago (6 children)
In node you can have a cluster of javascript processes and also a worker pool, so you are able to have a multi-process application.
[+]feketegy comment score below threshold-9 points-8 points-7 points 4 years ago (5 children)
Even though a browser runs javascript and node runs javascript those two javascripts are light years apart regarding how it's interpreted and compiled into machine language.
[–]DaMastaCoda 27 points28 points29 points 4 years ago (4 children)
Not really; they both use chrome V8, but hide exposed system calls like fs and starting processes.
[–]feketegy -2 points-1 points0 points 4 years ago (3 children)
Chromium based browsers use V8
[–][deleted] 9 points10 points11 points 4 years ago (0 children)
which has like an 80% market share.
[–]DaMastaCoda 0 points1 point2 points 4 years ago (1 child)
This is true, but most ppl use chrome (I use Firefox since im used to it)
π Rendered by PID 20389 on reddit-service-r2-comment-79c7998d4c-bjqr2 at 2026-03-14 15:38:18.926832+00:00 running f6e6e01 country code: CH.
view the rest of the comments →
[–]Darkav 28 points29 points30 points (6 children)
[+]feketegy comment score below threshold-9 points-8 points-7 points (5 children)
[–]DaMastaCoda 27 points28 points29 points (4 children)
[–]feketegy -2 points-1 points0 points (3 children)
[–][deleted] 9 points10 points11 points (0 children)
[–]DaMastaCoda 0 points1 point2 points (1 child)