If you cannot assign a variable, then the only way to guarantee the order of operations is by using the function call stack. For example, f(h(x)) requires that h is executed before f. Thus, any loop must be recursive. <grin>
-
-
Replying to @unclebobmartin
"f(h(x)) requires that h is executed before f" This is not true, and I can show you a language for which it is never true.
1 reply 0 retweets 4 likes
Replying to @dibblego @unclebobmartin
λ> let h = undefined; x = undefined; f = const "hi" λ> f(h(x)) "hi" h is definitely not executed before f, or at all.
6:56 AM - 4 May 2018
0 replies
0 retweets
2 likes
Loading seems to be taking a while.
Twitter may be over capacity or experiencing a momentary hiccup. Try again or visit Twitter Status for more information.