Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

Is there a concept for 'fold with break' or 'find with accumulator' in functional programming?

Seeking Functional Programming Lexicon

functional-programming

Is it possible to lazily traverse a recursive data-structure with O(1) memory usage, tail-call optimized?

Class, Object, Trait, Sealed Trait in Scala

How to implement "return early" logic in F#

Combination monads in F#

GUI Testing [closed]

scala return on first Some in list

OCaml: Pattern matching vs If/else statements

What is the use of non short-circuiting boolean operators in Erlang?

How are functions curried?

Can a pure function have free variables?

[] reduce with anonymous function in Perl 6

What does it mean for something to "compose well"?

Why IO is a monad instead of a comonad?

What is the purpose of the state monad?

Does Java 8 provide an alternative to the visitor pattern?

Does the function monad really offer something more than the function applicative functor? If so, what?

Side-effects in closures, are they still purely functional?

Replacing if-else within 'for' loops with Java-8 Streams