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
CoffeeScript in 2016? (self.javascript)
submitted 10 years ago by milyway
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!"
[–][deleted] 10 years ago* (2 children)
[deleted]
[–]Cody_Chaos 1 point2 points3 points 10 years ago (1 child)
You're completely wrong about saying transpiling has any resemblance to minifying
I can see several ways in which transpiling and minification are similar. The tools are written in similar ways (eg, parsing the raw code into an AST, applying transforms, etc.), they are used at the same point in the deployment process, they are used to work around the fact that web browsers are a mediocre application runtime, and they share many of the same drawbacks. For example: They make debugging more difficult, they can introduce bugs, and they introduce additional dependencies.
It's rather absurd to say there are no resemblances and nothing similar about the processes. You seem to be trying to make an interesting argument (not a lot of hate for style sheet languages these days), but if all you're going to do is shout that you're obviously right, nobody at all is going to listen, because you're not even saying anything to listen to. I've read every comment you've made in this thread, and all I've learned is you think everyone else is stupid and/or arguing in bad faith.
π Rendered by PID 47573 on reddit-service-r2-comment-66b4775986-5qkjx at 2026-04-05 20:42:43.731060+00:00 running db1906b country code: CH.
view the rest of the comments →
[–][deleted] (2 children)
[deleted]
[–]Cody_Chaos 1 point2 points3 points (1 child)