Skip to content
pannous edited this page Sep 20, 2021 · 8 revisions

The pipe operator chains function calls by passing the last result as augment to the next call:

2|square|root = root(square(2))

With significant whitespace] one could use the pipe operator to denote [[lambda functions but that is doubtful

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