top | item 46943529

(no title)

mchaver | 20 days ago

It's not too bad. I like it! Haskell uses "$" to do the same thing.

discuss

order

shiandow|20 days ago

Technically $ means something slightly different, it is more somilar to putting parentheses around the right half of the expression. For function composition it uses the same '.' .

shakna|20 days ago

Well, you could use $ in Lisp, too. Thats a standard valid symbol, that doesn't have a builtin meaning.