Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

How pipeline multiple maps in Java 8

Powerset Without Duplicates

Elm: understanding foldp and mouse-clicks

How to handle initial nil value for reduce functions

Reversing an int in OCaml

Transducers in Swift

How do I build a contains function using reduce instead of a for loop in JavaScript?

Clojure - operate on each item in list of lists

Optimization of consecutive map/filter/fold calls

scala - idiomatic way to change state of class

Decorator pattern using Java 8

Implementing GetSlice for slicing in F# interface

Monads as Monoids in practice

Combining Maybe and IO monads for DOM read/write

Non type-variable argument in the constraint when using >>= operator

Sum of list elements and length of list in lambda calculus

What object javascript function is bound to (what is its "this")?

Stumped with functional breadth-first tree traversal in Clojure?

Do algebraic datatypes in Haskell equal discriminated unions in F#?

If functional languages are really concise, why don't they have a better rank in the language shootout game?