Skip to main content

source

macrov1.7

cljs.repl/source

(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 .cljs is in the classpath. Example: (source filter)

No examples yet. Be the first to add one!