Talk:Function-level programming
Appearance
What would be an example of a function-level definition which is not the lifted image of a value-level one?
- I am not sure there is a reasonable answer to that question. It is more of a notational and usage question. Composition can only be defined (other than as a primitive) as (f . g)(x) = f(g(x)). The notations are equivalent semantically, but computationally and for optimisation and implementation they may be different - function-level programming will clearly have composition as a primitive. Justinc 23:16, 4 August 2005 (UTC)
Did the author really mean bottom-up semantics or did they mean to say bottom-preserving semantics?