Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

Haskell composition with two parameters

How does lazy-evaluation allow for greater modularization?

Clojure, can macros do something that couldn't be done with a function

Where does the word "flatMap" originate from?

Identity for BinaryOperator

Kotlin: why can't I store a function in a variable?

How do I code a tree of objects in Haskell with pointers to parent and children?

Rework for loop over STL container to use functional techniques

Understanding Lazy Evaluation in Haskell

How to get the domain of a Partial Function in Scala?

Parentheses matching in Scala --- functional approach

In Scala, is there an equivalent of Haskell's "fromListWith" for Map?

Generating Cartesian products in Haskell

Java8 Lists return element or null

Functional Programming for Basic Algorithms

functional-programming

Can you define an operator (***) in F#?

Can I always convert mutable-only algorithms to single-assignment and still be efficient?

How to check in the next 'head' in OCaml is empty?

clojure partial clarification

Functional programming and dependency inversion: how to abstract storage?