Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

How to use Stuart Sierra's component library in Clojure [closed]

Growth of Type Definition in SML Using Hindley Milner Type Inference

Benefit of avoiding multiple list traversals

Why does Scala apply thunks automatically, sometimes?

Higher-order type constructors and functors in Ocaml

Does R have something equivalent to reduce() in Python?

What is so special about Monads?

How to split string into equal-length substrings?

Is there a way to elegantly represent this pattern in Haskell?

Are side effects everything that cannot be found in a pure function?

Functional languages (Erlang, F#, Haskell, Scala) [closed]

Generic Map/Reduce List Extensions in C#

Merging two lists in Haskell

Java 8 lambda ambiguous method for functional interface - Target Type

Are there any documented anti-patterns for functional programming? [closed]

Monad transformers libraries - which one to use? [closed]

Towers of Hanoi with K pegs

Java 8 Streams: Map the same object multiple times based on different properties

What should I use Clojure's finger trees for?

Is 'Chaining operations' the "only" thing that the Monad class solves?