Arc Forumnew | comments | leaders | submitlogin
1 point by ehird 5932 days ago | link | parent

thingy

  (mac defx (n x . b)
    (if (no b)
        `(= ,n ,x)
        `(def ,n ,x ,@b)))


1 point by ehird 5932 days ago | link

silly:

  (defx accgen [let x _ [++ x _]])

-----

1 point by drcode 5932 days ago | link

I can tell I didn't communicate the intended purpose very well... let me put up another post that isn't as half-assed as my first one was (tonight)

-----