Comment on The Weird and Wonderful Characters of ClojureparentComments−diego12yfn itself is a macro, fn* is a symbol defined at the compiler level: static final Symbol FN = Symbol.intern("fn*");
Comments
fn itself is a macro, fn* is a symbol defined at the compiler level: