Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

Repeatable pattern matching

f# functional-programming

How does the presence of the "error" function bear on the purity of Haskell?

Looking for an FP ranking implementation which handles ties (i.e. equal values)

Is using Optional in Scala's case classes and classes fields a code smell?

Does functional programming use object data structures?

Binding vs Assignment

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?