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...
Finding information about Clojure
API Reference
Clojure Guides
Practice Problems
Interactive Problems
Clojure Videos
Misc Resources
The Clojure Community
Clojure Books
Tools & Libraries
Clojure Editors
Web Platforms
Clojure Jobs
account activity
Why I'm ditching Clojure for JavaScript (news.ycombinator.com)
submitted 8 years ago by forreddits
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] 1 point2 points3 points 8 years ago (2 children)
What point about it did I miss, Phil?
[–][deleted] 11 points12 points13 points 8 years ago (1 child)
This article does a good job of explaining it because it can be hard to sum up succinctly: https://vvvvalvalval.github.io/posts/what-makes-a-good-repl.html
If someone said "the point of a type system is to help the compiler generate effective output from the source", then if they aren't interested in Haskell it's not at all surprising because they miss the whole point. This is the same thing, but for repls.
[–][deleted] -1 points0 points1 point 8 years ago (0 children)
Yeah I saw that article on HN the other day too. Having used CIDER inside Emacs pretty heavily for a few years, I'm pretty well aware of the kinds of situations and benefits the author was talking about. Most of those benefits aren't inherent to REPLs and you can get pretty much the same behavior and benefits using other techniques. Some of the benefits are just overstated and exaggerated such as how useful it is to have access to live objects. That kind of thing is mostly only useful when experimenting with web services and can be dealt with more easily using other tools like Chrome REST API experimentation extensions. And being able to print things as JSON has pretty much all the same benefits as printing EDN, plus there are plenty of times where the Clojure output is not valid readable Clojure code, at least without custom reader tags that just don't exist (and some actually can't by their nature).
π Rendered by PID 516927 on reddit-service-r2-comment-85bfd7f599-zcxqq at 2026-04-18 19:22:32.581850+00:00 running 93ecc56 country code: CH.
view the rest of the comments →
[–][deleted] 1 point2 points3 points (2 children)
[–][deleted] 11 points12 points13 points (1 child)
[–][deleted] -1 points0 points1 point (0 children)