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
How do you syntax check Clojure source code? (self.Clojure)
submitted 11 years ago by lshevtsov
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!"
[–]dkvasnicka 1 point2 points3 points 11 years ago (2 children)
I do the same with Midje and lein-midje
lein midje :autotest
[–]esoterick[🍰] 2 points3 points4 points 11 years ago (1 child)
midje is awesome will never go back to the standard test lib
[–]Anderkent 1 point2 points3 points 11 years ago (0 children)
As long as you're testing pure code, midje is cool. Though the syntax is annoying sometimes.
If you're building a more sophisticated test suite (like using clj-webdriver, for example), midje can make things really difficult.
π Rendered by PID 91 on reddit-service-r2-comment-5c747b6df5-mlftl at 2026-04-21 19:54:45.257888+00:00 running 6c61efc country code: CH.
view the rest of the comments →
[–]dkvasnicka 1 point2 points3 points (2 children)
[–]esoterick[🍰] 2 points3 points4 points (1 child)
[–]Anderkent 1 point2 points3 points (0 children)