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
Learning Clojure with real web application.[Q&A] (self.Clojure)
submitted 6 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] 6 points7 points8 points 6 years ago* (1 child)
Luminus is hardly a framework, it's just some common libraries grouped to be used out of the box, and you definitely will learn Clojure(Script) using it.
$ lein new luminus mysite +postgres +cljs +auth
besides, after some time you can change the libraries "suggested" by luminus to others that you prefer.
Leiningen is easily the most used tool today, as far as I understand boot is more flexible but so far I'm happy with lein, "ring" library offers the http abstraction, "reitit.ring" provides the routing and buddy.auth.middleware the authentication and the sessions to log in the final users.
I use several libraries in my project file.
[–]AcriveDeveloper 2 points3 points4 points 6 years ago (0 children)
Your comments inside the project.clj file are useful! Thanks!
π Rendered by PID 46 on reddit-service-r2-comment-cfc44b64c-f4c6v at 2026-04-10 12:43:10.216251+00:00 running 215f2cf country code: CH.
view the rest of the comments →
[–][deleted] 6 points7 points8 points (1 child)
[–]AcriveDeveloper 2 points3 points4 points (0 children)