Arc Forumnew | comments | leaders | submitlogin
4 points by sjs 5933 days ago | link | parent

Interesting. I might be able to use this.

  (mac w/ (val . forms)
      ((afn (x f)
         (if (no f)
            x
            (self `(let _ ,x ,(car f)) (cdr f))))
       val forms))


1 point by applepie 5933 days ago | link

Sorry about the bugs. I transcribed it from paper :$

-----