Re: Compilation Error: ACL 7.0 Trial Edition
- From: Zach Beane <xach@xxxxxxxx>
- Date: 31 May 2006 09:06:29 -0400
"Roshan Mathews" <rmathews@xxxxxxxxx> writes:
When I compile the following program:[snip]
(defpackage ch17
(:use cl-user))
(in-package ch17)
I get the following errors:
Function position must contain a symbol or lambda expression: (NULL
L)
You should not :use the COMMON-LISP-USER package; use the COMMON-LISP
package instead. COMMON-LISP-USER does not typically export any
symbols.
Zach
.
- Follow-Ups:
- Re: Compilation Error: ACL 7.0 Trial Edition
- From: Roshan Mathews
- Re: Compilation Error: ACL 7.0 Trial Edition
- References:
- Compilation Error: ACL 7.0 Trial Edition
- From: Roshan Mathews
- Compilation Error: ACL 7.0 Trial Edition
- Prev by Date: Compilation Error: ACL 7.0 Trial Edition
- Next by Date: Green threads and Web-application
- Previous by thread: Compilation Error: ACL 7.0 Trial Edition
- Next by thread: Re: Compilation Error: ACL 7.0 Trial Edition
- Index(es):
Relevant Pages
|