Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

Fast Standard ML compiler or bytecode interpreter, with read-eval-print loop, for Linux?

Behavior of flatMap when applied to List[Option[T]]

OCaml : why comparison operator are type agnostic, whereas arithmetic ones are not?

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?