Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

Is Erlang "single assignment" different from Haskell "immutable values"?

How to get optimization from a "pure function" in C#?

Swift: Flatten an array of dictionaries to one dictionary

Python recursion challenge [closed]

Connect not working with StateLess component in Redux-react

How difficult is it to learn F# for experienced C# 3.0 developers?

How to break out from a fold function in haskell when the accumulator met a certain condition?

What is the "let" keyword in functional languages like F# and OCaml for?

When to use parenthesis in Scala infix notation

Best way to represent a readline loop in Scala?

How to return all positives and the first negative number in a list using functional programming?

Why is Identity monad useful?

Is functional Clojure or imperative Groovy more readable?

Scala: How to create a Map[K,V] from a Set[K] and a function from K to V?

Java 8 streams maps with parameters

Zip with default value instead of dropping values?

JS Monad unit function

What is an explicit example of a monad without a monad transformer? [duplicate]

Is it good practice for a Clojure record to implement IFn?

What is the 'minimum' needed to make an Applicative a Monad?