Comment on How a programming language documentation ought to look like: clojuredocsComments−kylecordes15yClojureDocs is quite nice. One thing I noticed is that a peek in its source code:https://github.com/zkim/clojuredocsshows that it's a Ruby+Rails app. RoR is a good choice for this kind of thing, but it would be slightly slicker if ClojureDocs had Clojure under the hood.
Comments
ClojureDocs is quite nice. One thing I noticed is that a peek in its source code:
https://github.com/zkim/clojuredocs
shows that it's a Ruby+Rails app. RoR is a good choice for this kind of thing, but it would be slightly slicker if ClojureDocs had Clojure under the hood.