Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

QuickSort can't be applied to ArrayBuffer to do sorting In place in Scala

How to avoid unnecessary computation when composing pure functions in a functional language?

How can I make a monoid-like interface in C#?

c# functional-programming

Is there an obvious way to confirm if a function is tail recursive?

Functional Graphs

F# - Treating a function like a map

Avoiding duplicates in breadth-first search

Eff monad demands row with Debug.Trace.Trace

OCaml "with" guard in pattern matching

How pipeline multiple maps in Java 8

Powerset Without Duplicates

Elm: understanding foldp and mouse-clicks

How to handle initial nil value for reduce functions

Reversing an int in OCaml

Transducers in Swift

How do I build a contains function using reduce instead of a for loop in JavaScript?

Clojure - operate on each item in list of lists

Optimization of consecutive map/filter/fold calls

Functional data structures in C++

Two-dimensional zipper