Arc Forumnew | comments | leaders | submitlogin
7 points by pg 5930 days ago | link | parent

That might happen if I can think of a use for <...> as good as [...]. Or they could become intra-symbol dividers like :.


6 points by tel 5929 days ago | link

It's not a popular idea in lisps, but set terminology, "list comprehensions", would be an interesting thing to see.

   <(fn x y) : (take x xs) (take y ys) (assert (pred x y))>
Of course, if you're going to do that, {} is probably the logical choice...

-----