Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

RxJS Custom Operator Internal Variables

Automatically figuring out function name in f#

Recursive lambdas in F#

Counting elements in a tree in Haskell

Clojure Function Literals

Chaining method calls with Either

Defining a stack data structure and its main operations in lambda calculus

Derive Haskell type and implementation of (<*>)(<*>)

A lambda function which is a member variable crashes

Zip elements with odd and even indices in a list

IEnumerable<IDisposable>: who disposes of what and when -- Did I get it right?

Infinite fibonacci sequence

How to stop a reduce function from processing the list once the desired accumulation has been reached?

A real life example when pattern matching is more preferable than a case expression in Haskell?

What is the difference between macroexpand and macroexpand-1 in Clojure

Selection sort in functional Scala

Scala equivalent to Haskell monads

Why does <$> act only on the second member of a pair?

Is there any reason to prefer functional programming for data mining projects? [closed]

Filling a Multidimensional Array using a Stream