goracio,
This is an important issue. Many developers are familiar with an
ecosystem built around a well known framework. Ruby has Rails, Java
has Spring, Python has Django. Clojure might benefit by imitating that
pattern.
However, I will point out, Clojure is almost 5 years old, and so far
that pattern has not emerged. Maybe there is a good reason for this? I
am sure that you have heard the argument that the big frameworks exist
because composability is difficult in many languages. But
composability is easy in a Lisp, so the need for a big framework is
reduced. Clojure's culture and style so far has been one in which a
project gets stitched together with many small libraries, rather than
a single monolithic framework (and even Rails has moved away from
being monolithic, toward a style of being many optional gems).
I think your project sounds like it could be useful to many people. I
wish you all the luck in the world. But for my part, I am a refugee
from the world of monolithic frameworks. My work has forced me to
spend the last few years working with Ruby/Rails and PHP/Symfony. For
me, Clojure is like a breath of fresh air. I enjoy building an app
where I can decide what libraries I really need. And I know that both
Rails and Symfony are slowly moving to break themselves up in smaller
pieces. Most of the big frameworks would like to be where Clojure
already is.
Maybe Clojure really needs The One Big Web Framework That Does
Everything. But that style seems to be slowly going out of fashion
elsewhere. It is possible that the future of every language is like
the present-tense Clojure experience: many libraries, composed as you
wish.
Of course, Clojure has the great advantage of being a Lisp.
> --------------
http://www.playframework.org/good example what site could be
> Alternative to online book can be guides, as for ruby on railshttp://
guides.rubyonrails.org/index.html
> Another good news that there is nice web IDE for Clojure by Bodil Stokkehttps://
github.com/bodil/catnip. Super easy install, very nice insterface,