clj-ns-browser
clj-ns-browser copied to clipboard
Smalltalk-like namespace/class/var/function browser for clojure docs and source-code based on seesaw
Added clj-ns-browser "0.3.0-SNAPSHOT" to my profiles.clj. $ lein repl Tried to use insecure HTTP repository without TLS.
Because clj-ns-browser is AOT-compiled, it contains class files for all its dependencies. These class files will override the source files of later dependencies, causing issues that are very hard to...
My apologies if this is a newbie error but I'm not able to run clj-ns-browser from the repl as per the instructions. I'm running the stock Java 1.6 on Mac...
I used the browser successfully some time ago, but now when I try to run it, I get ``` C:\Users\adi> lein repl Retrieving clj-ns-browser/clj-ns-browser/1.3.1/clj-ns-browser-1.3.1.pom from clojars Retrieving org/clojure/clojure/1.5.0/clojure-1.5.0.pom from central...
On Windows 7, JDK 1.7.0_07 64-bit, closing clj-ns-browser's main window by clicking the [X] button on the window (or Alt-F4) always results in a message dialog that says: "Sorry... cannot...
ie. got to clojure.set join click Source button, notice the syntax highlighting is on, then Ctrl+click Doc, the syntax colours are gone, now drag any one of the buttons like...
At the Bay Area Clojure meetup last Thu in SF, there were many animated discussions about the clj-ns-browser with a lot of constructive ideas for enhancements. One stinging criticism that...
The docs for *ns* in clj-ns-browser don't include: "A clojure.lang.Namespace object representing the current namespace." Instead, in clj-ns-browser, it says: "Fundamental library of the Clojure language"
For example, currently, the docs for clojure.core/apply look like this: ``` clojure.core/apply - Function [f args][f x args][f x y args][f x y z args][f a b c d &...