[asdf-devel] SBCL port of ECL's extensions
Juan Jose Garcia-Ripoll
juanjose.garciaripoll at googlemail.com
Mon Mar 29 09:07:42 UTC 2010
On Mon, Mar 29, 2010 at 10:01 AM, Tobias C. Rittweiler <tcr at freebits.de>wrote:
> Do people want something like that? Dear, yes! For example, Zach Beane's
> buildapp found great resonance:
>
> http://www.xach.com/lisp/buildapp/
>
> Is your stuff the essentials to have something like that be part of
> ASDF? If so, could you shortly write up a kind of roadmap?
>
What is needed for any kind of standalone system building that relies on
ASDF system definitions and is capable of incorporating all dependencies?
- A way to gather the list of files that form part of that system
(gather-components in asdf-ext.lisp)
- A way to compile the components (provided by asdf.lisp and extended by
asdf-{ecl,sbcl,...}.lisp if needed)
- A way to pack all the compiled files into a single output file
(implementation-dependent and thus in asdf-{ecl,sbcl...}).
The first part is very critical and it needs the expertise of ALL of ASDF
maintainers to get it right. As a bonus the result will be applicable to ALL
functions that kind of grovel through ASDF system definitions.
Juanjo
--
Instituto de Física Fundamental, CSIC
c/ Serrano, 113b, Madrid 28006 (Spain)
http://tream.dreamhosters.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/asdf-devel/attachments/20100329/bfff1091/attachment.html>
More information about the asdf-devel
mailing list