Sample app showing bespoke use of datafy and nav.
Add this code to a running REPL that can do something useful with datafy and nav, e.g. REBL. You can add the code as a git dep or simply evaluate the namespaces.
Then evaluate
(com.stuarthalloway.reflector/on (find-ns 'clojure.core))
Given a Clojure namespace, navigate quickly to
- source code for a var
- ClojureDocs for a var
- origin SCM repository
- code license
- classpath resource the code was loaded from
Start with this code and make something better.
EPL same as Clojure.