Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

String coverage optimization in Python

Parallelism on divide & conquer algorithm

How does this C# code get done in functional languages (F#? Haskel?)

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]

Practical use of K-combinator (Kestrel) in javascript

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

How can I load a ml file in toplevel of OCaml, just like `use mine.sml` in SML/NJ?

Zip two lists of different lengths with default element to fill