Comment on Clojure to die forparentComments−wging12yOne thing that will help a lot: type (source f) to see the source code for a function or macro. Also (doc f) for documentation.
Comments
One thing that will help a lot: type (source f) to see the source code for a function or macro. Also (doc f) for documentation.