On Mon, Dec 3, 2012 at 4:41 AM, Faré fahree@gmail.com wrote:
(defsystem :my-library :class :precompiled-system :fasl #p"/path/to/my-library.system.fasl") The fasl argument can be a logical pathname or an expression that will be evaluated later.
Thanks! Basically it works the same that we already had, but for all implementations, am I right? What I mean is, do I need to change anything in ECL?
Juanjo