Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

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

Why streams cannot be created for map in Java8?

Duplicate elements of a list on even index

Is there a JavaScript reload() equivalent in Elm

Return multiple arrays using "map" function

Best way to iterate IntArray with Index in Kotlin

Does non-deterministic nature of property-based testing hurt build repeatability?