Re: replacement for in-package with :use keyword
- From: Zach Beane <xach@xxxxxxxx>
- Date: Thu, 08 May 2008 12:48:29 -0400
Martin Rubey <axiomize@xxxxxxxx> writes:
The first problem I hit is that aldor produces in-package calls like
(in-package "FOAM-USER" :use '("FOAM" "LISP"))
and it seems that they are not ANSI.
The modern equivalent is:
(defpackage "FOAM-USER" (:use "FOAM" "CL"))
(in-package "FOAM-USER")
http://www.lispworks.com/documentation/HyperSpec/Issues/iss195_w.htm has
some details about why it changed.
Zach
.
- Follow-Ups:
- Re: replacement for in-package with :use keyword
- From: Martin Rubey
- Re: replacement for in-package with :use keyword
- References:
- replacement for in-package with :use keyword
- From: Martin Rubey
- replacement for in-package with :use keyword
- Prev by Date: replacement for in-package with :use keyword
- Next by Date: Re: Are we close to a Lisp boom ?
- Previous by thread: replacement for in-package with :use keyword
- Next by thread: Re: replacement for in-package with :use keyword
- Index(es):