In
lambda(x)(y)=x+1
x is bound variable,y is free variable,the value of y will determined by the context
can there be a language that don't allow the free variable?only allow like this:
lambda(x)(y)=x+y
and the value of x and y can be a immediate value,or result of other function
this design of language seems will work fine too...
can this design work well?Thanks!
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…