David Piepgrass
05/09/2019, 3:05 PM(+) 1
instead of x => x + 1
- tends to be confusing and isn't worth the keystrokes it saves. And fundamentally it doesn't match how modern computers work. Arguably Haskell's always-lazy-eval has similar, if lesser, problems.)Niko Autio
05/09/2019, 6:14 PMDavid Piepgrass
05/09/2019, 6:24 PM=> # + 1
or such, but it's syntactic sugar, not currying.Niko Autio
05/09/2019, 6:47 PMNiko Autio
05/09/2019, 6:49 PMGarth Goldwater
05/11/2019, 4:01 PM