More questions about exported symbols and general style.
- From: "Pillsy" <pillsbury@xxxxxxxxx>
- Date: 27 Dec 2006 08:32:10 -0800
Well, two questions about exporting symbols, really. Say I want to set
up bindings to captured variables (like IT in anaphoric macros) in
packages that I'll be using. Do I want to just export IT and friends,
or should I walk through the code and replace them with gensyms or
something?
Also, I've found I've gotten in the habit of naming captured variables
like IT names that begin with dollar signs, i.e., $IT, so they stand
out a bit. Bad, good or indifferent idea?
Cheers,
Pillsy
.
- Follow-Ups:
- Re: More questions about exported symbols and general style.
- From: Pascal Costanza
- Re: More questions about exported symbols and general style.
- From: Zach Beane
- Re: More questions about exported symbols and general style.
- Prev by Date: Re: merits of Lisp vs Python
- Next by Date: Re: More questions about exported symbols and general style.
- Previous by thread: funcallable-standard-class question
- Next by thread: Re: More questions about exported symbols and general style.
- Index(es):
Relevant Pages
|