Skip to main content

source

macro

clojure.repl/source

Available in:BBCLJ
(source [n])
Prints the source code for the given symbol, if it can find it. This requires that the symbol resolve to a Var defined in a namespace for which the .clj is in the classpath. Example: (source filter)

No examples yet. Be the first to add one!