Re: Woohoo! My macros are now (semi) hygienic
- From: Kaz Kylheku <kkylheku@xxxxxxxxx>
- Date: Fri, 22 Feb 2008 11:16:16 -0800 (PST)
On Feb 22, 12:46 am, Ron Garret <rNOSPA...@xxxxxxxxxxx> wrote:
It is now possible to write safe modular macros in Common Lisp without packages.
But I don't want to write anything other than throwaway code without
using packages.
I don't use packages just for the sake of macros.
No more symbol name conflicts!
Is that so?
;; in Bob's library:
(ldefun myfun ...)
;; in Jack's library
(ldefun myfun ...)
Load both and no conflict? We can dispense with packages now?
.
- Follow-Ups:
- Re: Woohoo! My macros are now (semi) hygienic
- From: Kent M Pitman
- Re: Woohoo! My macros are now (semi) hygienic
- From: Ron Garret
- Re: Woohoo! My macros are now (semi) hygienic
- References:
- Woohoo! My macros are now (semi) hygienic
- From: Ron Garret
- Woohoo! My macros are now (semi) hygienic
- Prev by Date: make-instance wrapper
- Next by Date: Re: make-instance wrapper
- Previous by thread: Re: Woohoo! My macros are now (semi) hygienic
- Next by thread: Re: Woohoo! My macros are now (semi) hygienic
- Index(es):
Relevant Pages
|