Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

lambda in python

Functional Programming + Domain-Driven Design

Any real world experience debugging a production functional program?

Functional code for looping with early exit

golang-style "defer" in C++ [duplicate]

Elixir - What does the 'use' keyword do?

Tail recursion on R Statistical Environment

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]