Arc Forumnew | comments | leaders | submitlogin
3 points by almkglor 6063 days ago | link | parent

  [`(report-result ,_) ',_]
becomes:

  (fn (_) (`(report-result ,_) ',_))
If you notice, whenever a macro in arc.arc wants to use `(), it avoids using the [... _ ...] syntax for it.