(afn () (your-code)) => (let self nil (= self (fn () (your-code))))
(aif x (your-code)) => (let it x (if it (your-code)))
-----