[plt-scheme] Re: list output

From: Thomas Chust (chust at web.de)
Date: Wed Apr 29 14:31:00 EDT 2009

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.


Posted on the users mailing list.