Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in fold

Idiomatic construction to check whether a collection is ordered

scala recursion fold idioms

Fold expressions with arbitrary callable?

c++ fold c++17

Why is foldl defined in a strange way in Racket?

Scala : fold vs foldLeft

scala reduce fold

Functional programming, Scala map and fold left [closed]

An example of a Foldable which is not a Functor (or not Traversable)?

haskell functor fold traversal

Haskell - foldl and foldr?

haskell fold

Difference between fold and foldLeft or foldRight?

scala fold

What constitutes a fold for types other than list?

How to fold/unfold HTML tags with Vim

html vim folding fold

Left and Right Folding over an Infinite list

Writing foldl using foldr

haskell recursion fold

foldl is tail recursive, so how come foldr runs faster than foldl?

How does foldr work?

haskell combinators fold

Difference between reduce and foldLeft/fold in functional programming (particularly Scala and Scala APIs)?

How do you know when to use fold-left and when to use fold-right?

Difference between fold and reduce?

foldl versus foldr behavior with infinite lists

What is the 'pythonic' equivalent to the 'fold' function from functional programming?

Implications of foldr vs. foldl (or foldl')