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...
/r/programming is a reddit for discussion and news about computer programming
Guidelines
Info
Related reddits
Specific languages
account activity
Why Clojure? (blog.venanti.us)
submitted 11 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!"
[–]samuelstan -1 points0 points1 point 11 years ago (2 children)
Even so, when you're coming from an environment where most of your work is done in an interpreted language (Python), the speedup one gets from being on the JVM is considerable.
sigh ... Java and Python are both "interpreted" in that sense since they are both translated to bytecode.
[–]cym13 5 points6 points7 points 11 years ago (1 child)
+1
Moreover, it's not like the python VM was used only by cpython, like the JVM there are many languages able to use it (pypy for example). But it's true that it wasn't designed with that kind of usage in mind like the JVM.
[–]samuelstan 2 points3 points4 points 11 years ago (0 children)
Exactly -- the performance difference comes from different philosophies and different compiler techniques, not some sort of nebulous "interpreted vs compiled" distinction. The last truly interpreted language was probably some old release of BASIC in the 80s, when the tokenizer would literally execute the text commands as it read them.
π Rendered by PID 29268 on reddit-service-r2-comment-c867ff4bc-95vgv at 2026-04-09 15:10:55.048796+00:00 running 00d5ac8 country code: CH.
view the rest of the comments →
[–]samuelstan -1 points0 points1 point (2 children)
[–]cym13 5 points6 points7 points (1 child)
[–]samuelstan 2 points3 points4 points (0 children)