Skip to content

binding

Pannous edited this page Oct 9, 2021 · 7 revisions

symbol binding

blocks are data ready for evaluation, or delayed code

fun={x*y}
fun(x:2 y:3) == 6

Todo: what exactly is symbol binding and what is the Relationship with uncharged blocks

see function/operator keyword precedence

superscript signs bind higher! x²⁺³ == x⁵

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