Hey Reid, Nice work! I think this is a much more maintainable approach for a community-based examples repository. Have you thought about seeding examples from clojuredocs using their api e.g. http://api.clojuredocs.org/examples/1.3.0/clojure.core/map? I think this would help if the goal is to become the canonical site for clojure fn examples.
It is worth noting that clojuredocs is undergoing a rewrite, https://github.com/zk/clojuredocs/tree/clj-rewrite. If this rewrite lands soon than it may be worth adding a Motivation section to the home page to distinguish it from clojuredocs.org. On Tuesday, July 1, 2014 7:34:38 PM UTC-4, Reid McKenzie wrote: > > Hey guys, > > If you're like me while using clojure.repl/doc works for the most part > there are just times that you need to send someone a link to the > official docs and navigating the docstrings in the core Clojure > repository is a pain. > > After several months of being frustrated that clojuredocs is out of > date, I finally sat down and built an alternative which I'm pleased to > present here: http://www.arrdem.com/grimoire/ > > Grimoire is still alpha and subject to change, especially with regards > to the example contribution process which needs streamlining beyond the > current "click a link, edit on github and submit a PR". > I think this is a reasonable approach. It's better than having a login just for clojuredocs. > > I'd like to give a shout out to César for porting clojure.repl/source > into the doc generation script and to Nicola for his random usability > criticisms. > Cheers, Gabriel > > Reid McKenzie > -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
