Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

label ~f in OCaml

Try monad for kotlin

Understanding shorthand closure syntax for map function in Swift

Grouping Double using java 8 by arbitrary interval to Map

Where can I get the latest specification of Erlang BEAM VM?

Tail recursive functions for BinaryTree

OCaml: Combination of elements in Lists, functional reasoning

using List.collect f#

Filtering function for an arbitrary nested list

Add recursive function to class as member

f# functional-programming

Filter Words from One List with Words from Another

How is lazy interpreted in recursive context?

Reverse arguments order in curried function (ramda js)

In F#, is it possible to check if two values have the same constructor?

Haskell polyvariadic function with no arguments

Is there a lodash function or a 'lodash way' to do a conditional _.map?

Is it possible to have an if function use pattern matching in Haskell?

Does the WHNF reduction in Haskell happen at Compile time?

Is it a pure function?

How to map list of strings containing key value to dict in Python?