Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

Currying functions in Java

Create a map with same values and keys the FP way using ES6/Harmony

stream() vs. parallelStream() when adding in an ArrayList

Forcing Strict Evaluation - What am I doing wrong?

How can I create a type in order to accommodate the return value of my Ocaml function?

Why 1::2::[] and [1;2] are not the same in OCaml in terms of ==?

Efficient way to call multiple reduce functions on an iterable in Python?

type of a function in D

immutable data structure in Scala

How does F# deal with the thousands of standard mutable types in the BCL?

andmap in Haskell?

How to make this code more functional?

"Mathematical state" with functional languages?

functional-programming

Writing a function to get all subsequences of size n in Haskell?

How to use std::max or std::min as function parameter

Two-level type hierarchy with Haskell

A list of functions

Transform a list List[String, String] into List[String, List[String]] in Scala?