Arc Forumnew | comments | leaders | submitlogin
1 point by sacado 6183 days ago | link | parent

Once again, maybe the solution is ssyntax (yep, this is my new motto :) :

  { a + b + c } <==> (+ a (+ b c))
Hmm, not an easy one though.


1 point by absz 6183 days ago | link

The ssyntax system cannot do this: it's limited to working on symbols. You would need access to the readtables in mzscheme to make this work.

-----