Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

Fixed point combinator for mutually recursive functions?

Rotate the first argument to a function to become nth

What is a destructive update?

Why prefer Typeclass over Inheritance?

What kind of data structure is used for immutable maps?

Why is type inference impractical for object oriented languages?

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"?