Re: asdf restart named in the keyword package
Matthew Swank <[email protected]> Thu, 19 Jun 2008 18:09:33 +0000 (UTC)
| Newsgroups | gmane.lisp.cclan.general |
|---|---|
| Message-ID | <[email protected]> |
Gary King <gwking <at> metabang.com> writes: > > I have no strong feeling about this one way or the other. I don't mind > some keyword pollution but also enjoy the conceptual purity of the > restart being in the ASDF package. > > Is there any stylistic or historical preference for one route over the > other? Restarts specified by ansi are named in the common-lisp package. Hooks into asdf from a host lisp notwithstanding (e.g. require in sbcl), try-recompiling is part of the protocol specified by asdf. Like (all?) other parts of the asdf protocol (generic functions, conditions, operations, etc.), it makes sense to have try-recompiling in the asdf package. Matt ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php