Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

Elixir Enum.map vs For comprehension

Is there any link between functional programming and strong typing?

Functional "real-time" composition

Custom control structures in Scala?

FP: Reflecting state in absence of actual state change?

Boost Phoenix (or Boost Lambda) - taking a pointer lazily

Prototype, array extension, and object property

Meta-circular evaluator concept

Filter an array against another array/string conditionally in Ramda

How to check/predicate function type in Swift?

What is the purpose of dividing lists in head and tail?

Sum/product of Church-encoded list of numbers does not type check

Creating an iterator of subsequences from an iterator of items

Why is the initial value to the reduce function not mandatory?

Simplifying an ugly function in Haskell

How to avoid the use of mutable datastructure and use more functional approach?

Why doesn't this code type-check in Haskell, given that ((forall b. [b]) -> Bool) is more polymorphic than ((forall a. a) -> Bool)?

Functional way to express a stateful filter in Scala

Math functions in Racket