Arc Forumnew | comments | leaders | submitlogin
2 points by eds 6020 days ago | link | parent

If you haven't already seen it, you'd probably be interested in defcall on Anarki (http://github.com/nex3/arc/tree/master , search for "defcall" in arc.arc). I have used it, for example, in lib/infix.arc to define infix syntax on numbers, so that

  (3 + 4)
is equivalent to

  (+ 3 4)