Skip to content

seancorfield/reflector

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Reflector

Sample app showing bespoke use of datafy and nav.

Trying it

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))

What it Can Do

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

Contributing

Start with this code and make something better.

License

EPL same as Clojure.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Clojure 100.0%