Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

(compose) in Common Lisp

map doesn't work as expected in python 3

F# MailboxProcessor and Functional Design

Kotlin function reference

Can pure functions be asynchronous?

Accumulate count of list's within another list

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