Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
lubutu
on Nov 15, 2011
|
parent
|
context
|
favorite
| on:
How to read Haskell like Python
To be precise: cons (:), bind (>>=), 'constant bind' (>>), 'flipped bind' (=<<), compose (.), apply ($), strict apply ($!), append (++), and subscript (!!).
joeyh
on Nov 15, 2011
[–]
I had never seen $! before, of course it's obvious what it does if you know ! and $. There are patterns like this throughout the operators.
There are also the applicatives <$> <*> <$ etc.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: