Arc Forumnew | comments | leaders | submitlogin
4 points by nex3 6654 days ago | link | parent

I like the idea, although I'm not sure what your syntax is. All those ^s and $s start making it look like line noise.

Since we'd need to have a predefined set of "definable" operators anyway, why not just make the syntax as follows?

  (symac target.message
    `(send ,target ',message))

  (symac start..end `(range ,start ,end))