Robert Graham Merkel <[EMAIL PROTECTED]> writes:
> 2) The use of "thunk" here makes me think I have misunderstood the
> return value of report-value and its ilk. A thunk, as I understand
> it, is a no-argument function. If I do the following
> (define x (list 1 2 3))
> Does "x" become a thunk?
I've mostly completed the data-collection part of the transaction
reports code, and am now figuring out how to implement the formatted
data output.
I'm going over your mail of a few weeks ago, attempting to figure
out how to actually implement this code.
I'd just like some clarifications on a f