Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

How do you chain an arbitrarily long series of atomic parsers using applicatives?

In FP how do you set a reciprocal relationship?

Mutate vector in scheme by appending vectors

How can I parse numbers written in English words into their numeric equivalent in F#?

How to find the mode value of a list?

Haskell: Best way to search a list of large size

Java 8 functional: How to compute a list of dependent evolutions of an object?

collapsing \/[A,A] to A

How to avoid multiple iterations as a pattern?

why is scala Collection.map versus Try.map not consistent?

Filtering a list of (A, Option[B]) and extracting value from Option

How to make Vect n Int an instance of Monoid

Elm beginner: trying to write blackjack

Is scala disregading type in function signatures?

(Lack of) Ambiguous Type When Using Read and Show in Haskell

C++: how to do "map" of Scheme

why the second writeline print out 12 when using lambda?

Composition of compositions in Haskell

What do "continuations" mean in functional programming?(Specfically SML)

How to apply n-times a function with map