Skip to content

gap filling

pannous edited this page Nov 14, 2020 · 3 revisions

gap filling

Use local variables as missing arguments to functions

f y:= y*y+v
f(y=2,v=3) # 7
y=2,v=3;f() # 7

What is the point of providing arguments, when unbound external symbols are resolved anyways?

Bad inventions ?

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