Re: Compilation Error: ACL 7.0 Trial Edition



"Roshan Mathews" <rmathews@xxxxxxxxx> writes:

When I compile the following program:

(defpackage ch17
(:use cl-user))
(in-package ch17)
[snip]
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
.



Relevant Pages

  • Re: Compilation Error: ACL 7.0 Trial Edition
    ... package instead. ... COMMON-LISP-USER does not typically export any ... seems like quite a stupid mistake, ... in hindsight. ...
    (comp.lang.lisp)
  • Re: package
    ... the package COMMON-LISP-USER was named USER. ... or add an nickname to the COMMON-LISP-USER package: ...
    (comp.lang.lisp)