Hi Pierre,
Another approach could be not to use ASDF bundles at all, and just use
the regular compilation operation of ASDF, except the fasl files would
be put it "/gnu/store/..." instead of "$HOME/.cache/common-lisp/...",
and our asdf-build-system would indicate to ASDF where to search for the
files.
Good ideas.
In my opinion, the fasls (pre-built binaries) should go to their
respective package outputs.
That sounds good, as does getting rid of ADSF bundles. I have more or
less given up on numcl, for example, which fails to compile to a bundle
in recent versions but seems to work find via fasls (at least it works
fine with quicklisp).
Konrad.