by olieidel on 6/13/22, 7:57 PM with 3 comments
by jacobobryant on 6/14/22, 12:20 AM
I too ran into the lack-of-a-web-framework problem, so I ended up building one[1]. When I started, I also thought there would be idealogical opposition and I'd have to convince people that frameworks can be good. But in fact there have been a lot of positive reactions (including funding!), and I honestly can't think of a single time when someone said something to the effect of "but frameworks are bad!" (maybe if you searched r/clojure you could find something).
Based on that, I think the reason there isn't a widely used Ruby-on-Rails equivalent is simply because no one's put in the work yet to make it happen (though I am trying to!). I think it's likely that a lot of the people in the Clojure community historically just haven't needed a Rails-like framework, either because they prefer piecing it together themselves or because they've been working in domains that don't involve spinning up new web apps very often.