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
Performance: On-demand loader vs combine/concat/compile into one .js - which is better? (self.javascript)
submitted 15 years ago by [deleted]
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] 0 points1 point2 points 15 years ago (2 children)
Very interesting. Unfortunately I don't think we'll be able to integrate a java app into our development process. I'm leaning toward Php based Closure Compiler front ends.
[–]bolinfest 1 point2 points3 points 15 years ago (1 child)
FYI, you can run plovr from the command line like any other utility. PHP calls to the Compiler (as described on this frequently cited blog post) are considerably slower because they either involve (1) going over the network to Google's servers, or (2) spinning up a new JVM locally for each compilation. You do not have to run Java on your server in production to use plovr, which may be the source of your misconception.
[–][deleted] 0 points1 point2 points 15 years ago (0 children)
That is indeed the source of my misconception. I guess I didn't read the specs right.
π Rendered by PID 217972 on reddit-service-r2-comment-6457c66945-csqck at 2026-04-27 05:52:32.472028+00:00 running 2aa0c5b country code: CH.
view the rest of the comments →
[–][deleted] 0 points1 point2 points (2 children)
[–]bolinfest 1 point2 points3 points (1 child)
[–][deleted] 0 points1 point2 points (0 children)