![](https://secure.gravatar.com/avatar/0345f6261d6ced21145afdec166fd114.jpg?s=120&d=mm&r=g)
On Mon, Mar 16, 2015 at 10:34 PM, Christian Schafmeister <chris.schaf@verizon.net> wrote:
Hi there,
I’d like to get an ordered list of source files for a system that I would normally load with (asdf:load-system :cleavir)
I need this because I’d like to compile the Cleavir source code (many interdependent systems) without having to compile and load ASDF. Then I could compile ASDF a lot faster and users would load it.
If you know they are all lisp files, you can try this recipe, copied from the asdf/README.md: (mapcar 'asdf:component-pathname (asdf::required-components :cleavir :keep-component 'asdf:cl-source-file)) I don't understand how that helps you compile ASDF faster, but here you go. —♯ƒ • François-René ÐVB Rideau •Reflection&Cybernethics• http://fare.tunes.org Evolution competitively selects stable cooperative patterns.