|
|
|
|
|
by nelsonweiss
4933 days ago
|
|
I could never get started with Noir. I know that a lot of people use it, but it was never a good fit for me and I ended up using Compojure + libraries. That said, I have been using bits and pieces of code from Noir - like the jcrypt bits - for a good while longer than lib-noir has existed, and Noir provided a wonderful resource for learning how certain types of things could be done so I'm sad to see it go. Finally, I think the Clojure ecosystem really does need something else web framework-wise. I know a lot of people talk about how Clojure is a language of libraries and micro-libraries, and not a language of frameworks, but I think frameworks would go a long way towards speeding up (and making more pleasant) repetitive projects like web design. Re-gluing libraries together for every project gets tiring, and I think frameworks would help with this. There was a talk I watched a while back about selling Clojure to enterprise (Neal Ford, maybe?) and one of the points was that appealing to the people who are consumed with getting stuff done (ie Delphi and Rails types) is a good way to spread a language because those people tend to leave a trail of projects behind them. I don't think that Clojure has any frameworks that would appeal to these types of people (others might disagree). I'm not saying that Clojure's libraries are bad (many are quite good), just that they're not designed to get a project up and running as soon as possible. "Up and running fast" is a good option to have. |
|