Path: utzoo!mnetor!uunet!husc6!endor!chen From: chen@endor.harvard.edu (Lily Chen) Newsgroups: comp.lang.lisp Subject: Kyoto Common Lisp Compiler Message-ID: <4427@husc6.harvard.edu> Date: 20 Apr 88 15:30:42 GMT Sender: news@husc6.harvard.edu Reply-To: chen@endor.UUCP (Lily Chen) Organization: Aiken Computation Lab Harvard, Cambridge, MA Lines: 10 I have a problem with Kyoto Common Lisp compiler. I have written a program in Kyoto Common Lisp which contains several files. It runs successfully without compiling it. But every time I run it after compiling (using compile-file within lisp interpreter), it reports "xxx is not valid as a function" while it looks like the macro xxx is not even reached. Am I supposed to declare something? What do I do wrong? Any help would be appreciated. Thanks in Advance. Lily Chen