Arc Forumnew | comments | leaders | submitlogin
1 point by almkglor 5843 days ago | link | parent

Dunno, would ... be a better choice?

  (bod when (test)
    `(if ,test (do ...)))

  (bod rfn (name parms)
    `(let ,name nil
       (set ,name (fn ,parms ...))))

Of course this horribly complicates the readtable though.