Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Domain theory = pointers + stacks + GC + thunks

Name: Anonymous 2017-01-15 1:18

Domain theory = pointers + stacks + garbage collection + thunks

Name: Anonymous 2017-01-15 15:00

>>4
Call-by-name evaluation is occasionally preferable to call-by-value evaluation. If a function's argument is not used in the function, call by name will save time by not evaluating the argument, whereas call by value will evaluate it regardless. If the argument is a non-terminating computation, the advantage is enormous. However, when the function argument is used, call by name is often slower, requiring a mechanism such as a thunk.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List