Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

Using Java 8 Streams' Collectors to increment value based of existing key/value pair

Is there a Variadic Version of either (R.either)?

map map vs map.map

How to write "if optional is empty, call next method returning optional, if not return this non-empty optional" several times in a functional style? [duplicate]

Functional Programming Documentation [closed]

Multithreading in... functional languages? (Prolog)

Deriving type expression in ML

Type of the Item property in F#

Defining new data types in Scheme

Suggestions to optimize a simple Scala foldLeft over multiple values?

Cartesian product traverse in scalaz

remove duplicate string and empty string

functional style to multiply two lists with Scala

Haskell pointless performance - efficiently map multiple functions to the same data

Definitive guide on when to use Haskell typeclasses? [closed]

python equivalent of quote in lisp

Ocaml - Lazy.force

IO Monad in Dynamically-typed Languages

Is there something similar to lodash _.toArray for ramda.js?

What is the functional analogue of a Strategy pattern?