Arc Forumnew | comments | leaders | submitlogin
2 points by almkglor 5915 days ago | link | parent

This requires us to have decent code-traversal.

Question (dunno the answer, not on my hacking computer): how will a macro receive the expression (foo:bar foo)? As (foo (bar foo))? as ((compose foo bar) foo)? As (|foo:bar| foo)? (|| is used to enclose a literal in symbols)



1 point by sacado 5915 days ago | link

  arc> (macex 'foo:bar)
  foo:bar
Too bad :(

-----