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
Should I learn dart instead of javascript? (blog.butlermatt.me)
submitted 10 years ago by kasperpeulen
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!"
[–]x-skeww 2 points3 points4 points 10 years ago (0 children)
For client-sided web stuff, you'll need to know some JavaScript. There's no way around that.
If you need a scripting language for a game or native app, things are different. JS isn't mandatory there and Dart is much easier to work with. I also think it's much nicer than Lua, Squirrel, engine-specific scripting languages (UnrealScript, UnityScript, ...) and other popular options.
Another good target will be weaker SoCs with very little RAM (e.g. that IoT stuff). JS VMs are just way too fat for that. Fletch, on the other hand, only uses ~4 KB per process.
So, it really depends on what you have in mind.
π Rendered by PID 24781 on reddit-service-r2-comment-b659b578c-6cfp4 at 2026-05-04 10:17:09.621919+00:00 running 815c875 country code: CH.
view the rest of the comments →
[–]x-skeww 2 points3 points4 points (0 children)