Skip to content
This repository has been archived by the owner on May 21, 2019. It is now read-only.

Motivation

Haim Ashkenazi edited this page Sep 11, 2013 · 2 revisions

Being a noob I often find myself browsing some dependency API docs for available namespaces or functions. While this data is available in the REPL it's not always easy to get to it unless you know exactly what you're looking for. This looked like a nice learning project for me :)

This project is heavily inspired from 2 existing projects:

  • The namespace browser sample in labrepl - A basic web-based namepsace browser.
  • clj-ns-browser - An excellent, feature heavy, swing based namespace browser.

I tried to combine some of the features of clj-ns-browser in a web interface and with minimal or no dependencies to the existing project (avoid version incompatibilities).

Clone this wiki locally