cosmin / IClojure

A better Interactive REPL for Clojure
http://www.iclojure.com
Eclipse Public License 1.0
115 stars 11 forks source link

Include cd-client #14

Closed MicahElliott closed 11 years ago

MicahElliott commented 12 years ago

I've found ClojureDocs to be an invaluable reference for its user-contributed examples. Too bad you need to visit it in a browser. But now there's a great little cd-client to access it from the REPL. It would seem like a nice fit for IClojure to support its cdoc-like lookup. So two things that IClojure could add:

  1. Some auto-installation/packaging of cd-client (since it's awesome documentation but many won't know it exists)
  2. A shortcut syntax to cdoc (like ?foo and ??foo)

Neither is critical, but would be nice-to-haves.

cosmin commented 11 years ago

Finally got around to implementing this, cd-client is now packaged, and cdoc is available via the ??? shortcut syntax.