Arc Forumnew | comments | leaders | submitlogin
2 points by bogomipz 5904 days ago | link | parent

I'm sure you will remember to use foo:bar when the alternative is (fn args (foo (apply bar args)))

Using : only in the most important places might be a good thing. I.e not overuse it for (foo (bar x)) -> (foo:bar x) where it trades readability for 2 characters.