[plt-scheme] Re: list output
2009-04-29 -gary- <gary.dunne1 at gmail.com>:
> Too few parameters maybe? I'm not entirely sure.
> [...]
Hint: The error message complains that a procedure was expected, but
something different was found in the operator position of a function
call.
So how does a function call look like in Scheme? Check all expressions
in your program that look like one and ask yourself whether the
expressions in operator position really evaluate to functions in all
cases...
cu,
Thomas
--
When C++ is your hammer, every problem looks like your thumb.