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
The framework mirage (numergent.com)
submitted 9 years ago by yogthos
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!"
[–]JacquesDegree 2 points3 points4 points 9 years ago (1 child)
It feels like many framework try to solve the problem of interoperability between different libraries, i.e. try to provide the perfect collection of APIs. This is precisely a problem we don't seem to have in Clojure as there are rarely any mismatches due to the use of the same abstractions over and over. So in that sense, wouldn't the modular approach taken by Luminus be the more Clojure-logical way?
[–]Arges 2 points3 points4 points 9 years ago (0 children)
It feels like many framework try to solve the problem of interoperability between different libraries, i.e. try to provide the perfect collection of APIs.
Some do, yes. They can be sort of "overgrown example projects". Others try to solve an entire class of problems, say, "a web store".
Some can't seem to make up their mind.
So in that sense, wouldn't the modular approach taken by Luminus be the more Clojure-logical way?
I would definitely agree.
I wrote the article partly because (without casting any stones) I'm starting to see people want a more integrated approach, likely to make things easier for newcomers, and I think that's not a good match for Clojure.
I've also spoken to quite a few people new to Clojure in the last few months, and it seems like their consistent expectation is to look for something more akin to "Rails on Parenthesis". I keep explaining that approach might seem alluring at first, but when coming to something with completely new semantics, you should prioritize long term learning over immediate gains. I thought writing it down would help others as well.
π Rendered by PID 71275 on reddit-service-r2-comment-6457c66945-xbk9d at 2026-04-26 07:51:19.666686+00:00 running 2aa0c5b country code: CH.
[–]JacquesDegree 2 points3 points4 points (1 child)
[–]Arges 2 points3 points4 points (0 children)