Re: Very confused about packages.
- From: grue@xxxxxxx (Timofei Shatrov)
- Date: Fri, 30 Jun 2006 07:13:35 GMT
On 29 Jun 2006 22:08:53 -0700, rsobriquet@xxxxxxxxxxxxxx tried to
confuse everyone with this message:
Pillsbury,
Shapiro's book is fantastic.
defpackage "match"
(:shadow boundp substitute))
(in-package "match")
That should be (defpackage "MATCH" ...) and (in-package "MATCH"). I
believe that Chapter 6 and Chapter 7 spend some time discussing the
many different printed representations that symbols possess. (Everyone
runs into this problem).
Or better yet (defpackage :match) or (defpackage #:match), so Lisp
converts it in uppercase for you.
--
|Don't believe this - you're not worthless ,gr---------.ru
|It's us against millions and we can't take them all... | ue il |
|But we can take them on! | @ma |
| (A Wilhelm Scream - The Rip) |______________|
.
- References:
- Very confused about packages.
- From: pillsbury
- Re: Very confused about packages.
- From: rsobriquet
- Very confused about packages.
- Prev by Date: Re: Very confused about packages.
- Next by Date: Re: package "CLOS" not found
- Previous by thread: Re: Very confused about packages.
- Next by thread: package "CLOS" not found
- Index(es):
Relevant Pages
|