Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in fold

Do reducers (in Clojure) address the scaling foldr accumulation issue outlined by Guy Steele?

Scala foldLeft while some conditions are true

scala fold foldleft

"unfold" for common lisp?

Tree Fold operation?

haskell tree fold

The missing folds

Retrieve value out of "cascading ifs" fold expression

c++ c++17 fold fold-expression

Making a single function work on lists, ByteStrings and Texts (and perhaps other similar representations)

Scala: Try till first success on a list

Comprehensive list of synonyms for reduce

Does haskell's foldr always take a two-parameter lambda?

haskell fold

Practical use of fold/reduce in functional languages

What is the most general way to compute the depth of a tree with something like a fold?

haskell tree fold

Tail recursive fold on a binary tree in Scala

foldLeft or foldRight equivalent in Spark?

Haskell's foldr equivalent in Java 8 [duplicate]

java haskell java-8 reduce fold

How to implement zip with foldl (in an eager language)

Map/reduce equivalent for a list comprehension with multiple for clauses

Is it possible to use continuations to make foldRight tail recursive?

Currying Functions Erlang

haskell erlang currying fold

Interleave List of Lists in Haskell

list haskell fold interleave