Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

Union of two sets in Scala

Removing syntactic sugar: List comprehension in Haskell

Which event-driven applications are implemented in Haskell?

Why is there only one non-strict function from Int to Int?

Does 'foldp' violate FP's no mutable state principle?

How to change all the values in an Elixir map

Adding two lambda-functions in C++

Is there a difference between type signatures a -> b -> a and c -> a -> c?

Efficacy of sticking to just the functional paradigm in Scala

Closure Because of What it Can Do or Because it Does

What does ((->) t) mean in Haskell?

Apply a list of Python functions in order elegantly

Scala - convert Array[String] to Array[Double]

What very large functional language projects are freely available? [closed]

Python programming functional vs. imperative code

Two way binding in RxSwift

Side effects in Scala

OCaml: Is there a function with type 'a -> 'a other than the identity function?

I/O in Haskell is Functional?

Choosing between continuation passing style and memoization