Comment on ifn't

<- View Parent
mryessir@lemmy.sdf.org ⁨9⁩ ⁨months⁩ ago
(define-syntax ifn't
  (syntax-rules ()
    ((_ cond) (or cond #t))
    ((_ cond false) (ifn't cond false #t))
    ((_ cond false else) (if (not cond) false else))))

deadstare

source
Sort:hotnewtop