Hacker News new | ask | show | jobs
by diego 4409 days ago
fn itself is a macro, fn* is a symbol defined at the compiler level:

    static final Symbol FN = Symbol.intern("fn*");