Skip to content

folding

Pannous edited this page Oct 7, 2021 · 1 revision

folding

see broadcasting

Otherwise folding are just functors: fold list binary_operator default := fold list++ binary_operator(default,list#1)

// list FROM index, e.g. [1,2,3]>>1 == [2, 3] // list FROM index, e.g. [1,2,3]++ == [2, 3]

Home

Philosophy

data & code blocks

features

inventions

evaluation

keywords

iteration

tasks

examples

todo : bad ideas and open questions

⚠️ specification and progress are out of sync

Clone this wiki locally