Re: asdf load source
Lou Vanek <[email protected]>
| Newsgroups | gmane.lisp.cclan.general |
|---|---|
| Message-ID | <[email protected]> |
[email protected] wrote: >>Is there a way to get asdf to load the .lisp file instead of compiling and >>loading the .fas file? I know I can write my own load-op but I'm wondering >>whether there's a magic switch or something. (Clisp . 2.38) (ASDF . 1.97) >> (Win >>. XP) (Cygwin . 1.5.19) > > > What about asdf:load-source-op ? > > Sean. Wow. That's exactly what I was looking for. Thanks!