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

Pages: 1-

Domain theory = pointers + stacks + GC + thunks

Name: Anonymous 2017-01-15 1:18

Domain theory = pointers + stacks + garbage collection + thunks

Name: sage 2017-01-15 10:10

thats not even at all true

Name: Anonymous 2017-01-15 10:22

I am Heron of Alexandria. I have a large beard and I create mathematical formulas. If you don't repost this comment on 10 other pages, I will use my primitive steam engine to induce mold in your walls.

Name: Anonymous 2017-01-15 11:02

whats a thunk???????????????????????????????????????????????????????????????????????????????

Name: Anonymous 2017-01-15 12:14

Search Results
In computer programming, a thunk is a subroutine that is created, often automatically, to assist a call to another subroutine. Thunks are primarily used to represent an additional calculation that a subroutine needs to execute, or to call a routine that does not support the usual calling mechanism.
Thunk - Wikipedia
https://en.wikipedia.org/wiki/Thunk

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.

Name: Anonymous 2017-05-19 19:51

Really makes you think.

Name: Anonymous 2017-05-20 2:35

>>6
Maybe you shouldn't call a function with arguments that won't be used?

Name: Anonymous 2017-05-21 1:00

>>8
Really activates the neurons.

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