Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

Functional C++ via template abuse

Map on HList in method with Poly1 based on type parameter of class

Cartesian Power of a list in Erlang

Can you curry a function with varargs in scala?

Functional python -- why does only one of these generators require list() to work?

How was `val hash : 'a -> int` was implemented in OCaml?

How to pin dependencies in Haskell apps

Does PHP have an equivalent to Python's all()

Python multiprocessing map function error

Generalizing Arithmetic Operators

F# filter function - first argument's condition seems to be reversed

f# functional-programming

The ideal way to write permutation function in OCaml

Transform an M[A => B] to an A => M[B]

Discrete Event Simulation without global Queue?

Not in scope: readMaybe, which library should I import?

Chaining values with catamorphisms

Combining the state monad with the costate comonad

Practical use of K-combinator (Kestrel) in javascript

Pass in a type to a generic Swift extension, or ideally infer it

Zip two lists of different lengths with default element to fill