Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

How to use (->) instances of Monad and confusion about (->)

Why do immutable objects enable functional programming?

A simple example showing that IO doesn't satisfy the monad laws?

When to use closure? [closed]

Monad equivalent in Ruby

Does the use keyword in PHP closures pass by reference?

What is "Lambda Lifting"?

What advantage does Monad give us over an Applicative?

Functional Programming Architecture

Y-Combinator Practical Example

Why doesn't Java 8's Predicate<T> extend Function<T, Boolean>

Why are "pure" functions called "pure"? [closed]

SOLID for functional programming

Variants or Polymorphic variants?

Functional equivalent of decorator pattern?

What's the reason of 'let rec' for impure functional language OCaml?

Is having a `(a -> b) -> b` equivalent to having an `a`?

Purely functional data structures for text editors

Scala versus F# question: how do they unify OO and FP paradigms?

Does functional programming take up more memory?