Comment on Clojure to die forparentComments−agumonkey12yThanks, I was just affraid I'd missed some kind of builtin macro or convention. At one point I thought that -> would rewrite function #"\*$" to decorate them with apply ... paranoid noobies you know.ps: you're a very enthusiastic person ;)−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
Thanks, I was just affraid I'd missed some kind of builtin macro or convention. At one point I thought that -> would rewrite function #"\*$" to decorate them with apply ... paranoid noobies you know.
ps: you're a very enthusiastic person ;)
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.