Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

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

Applicative instance for functions from same domain to Applicative

Has anyone proposed a Pipe operator for javascript?

Forms as functional components with react

Producer and consumer problem in Haskell?

Void in constrast with Unit

Y combinator, Infinite types and Anonymous recursion in Haskell