Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

Implement a Bi-Directional Counter in Functional Programming?

Java 8 extending function interface and combining them

How do I fake IO input when testing with ExUnit?

Can non-persistent data structures be used in a purely functional way?

Mapping an array of functions over an array in Javascript

Functional programming construct for composing identity and side effect

Filter and collect nested collection elements using Java 8 stream

Why exactly would using applicative functors be inferior to monads for integer division?

Clojure - What's the benefit of Using Records Over Maps

Help in designing a small Unit Test Macro in Clojure

Scala: Suggestion for an idea for a hands on session

How to make Scala's immutable collections hold immutable objects

Is Scala for me? (C# developer with focus on functional / OOP style)

Pattern-matching returning a string representation of math expression

Is writing only static methods equivalent to side-effect free programming in C#?

Scala, Actors, what happens to unread inbox messages?

Enforcing side effects in python

Carry on information about previous computations

How do you implement monoid interface for this tree in haskell?

Idiomatic alternative to `if (x) Some(y) else None`