Daniel Lindberg

Results 4 comments of Daniel Lindberg

F# does OOP quite well for a functional language.

Shouldn't `(_ % 5)` or `(% 5)` be a function from `Int -> Int`, and not `Int -> Maybe Int` as this implies: ``` streem {|x| if x % 5...

Also, [this isn't called currying, this is called partial application](http://en.wikipedia.org/wiki/Currying#Contrast_with_partial_function_application). I suggest you change your wording.

> @christopherdumas: Static Typing, even with the very best type inference, comes with a certain amount of verbosity. Does it really? A Hindley–Milner type system doesn't need any type annotations...