[asdf-devel] SBCL port of ECL's extensions

Tobias C. Rittweiler tcr at freebits.de
Mon Mar 29 08:01:10 UTC 2010


Juan Jose Garcia-Ripoll writes:

> Now a couple of examples.
>
> Suppose you have an ASDF system which is made of many sources with several
> dependencies. I assume the system does not rely on other resources
> (additional files, etc), but this could be extended.
>
> If you want to build a single FASL file that contains EVERYTHING, use
>
> (asdf:make-bundle 'asdf:monolithic-fasl-op :my-system :move-here "./")
>
> If you want to build not only the FASL but also a system file that allows
> you to load it with ASDF, use
>
> (asdf:make-bundle 'asdf:monolithic-binary-op :my-system :move-here "./")
>
> It should be possible to port also the other operations, such as PROGRAM-OP,
> which might dump an image or do whatever implementation-specific magic there
> is, etc, etc.
>
> Juanjo

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?

  -T.

     





More information about the asdf-devel mailing list