My stupidity hasn't improved.

Student 3
Mon, 26 Sep 94 17:42:19 EDT

How do I pass strategies to MAKE-ADVISOR?
I know that MAKE-ADVISOR takes as an argument a <list> of strategies, so I use

(make-advisor '((default-keyword-response-strategy)
                (default-general-advice-strategy))

in my CS-ADVISOR function, but I always (well, not always -- I usually get a wide variety of errors... this is the more dominant one) get the error:

ERROR: Bad Procedure
(default-general-advice-strategy)

Not that I'm not used to getting errors, I would just like to know what's causing the problem, since I obviously don't understand how strategies are passed to MAKE-ADVISOR.

See:

________Don't use ' Student 4 Mon, 26 Sep 94 18:16:30 EDT