Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

Logical negation operator in F#? (!-equivalent)

f# functional-programming

How can I bind the second argument in a function but not the first (in an elegant way)?

What's the one-level sequence flattening function in Clojure?

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`?