> A heavy weight workaround (which is actually preferable in my case given
> the non-lispyness of my co-workers) is to copy all required *.lisp files
> into the directory of your lisp project, and then compile a shared
> library using a sequence like that in the attached build file.
>
> This is certainly not elegant, but it does remove any dependency on ASDF
> or QUICKLISP.
Well, of course it would be fine if that dependency tracking could be done in 
ECL ... so
that having
    (c:build...  (:include-modules '(alexandria cl-ppcre)))
would automatically include all needed .o files.

(For simplicity I'd say that the given dependencies need to be loaded in the 
compiling
ECL, so that it can simply use a list that was built upon loading them).

Then it wouldn't really matter where they are, and neither if ql was used or 
not ...



Regards,

Phil



------------------------------------------------------------------------------
AppSumo Presents a FREE Video for the SourceForge Community by Eric 
Ries, the creator of the Lean Startup Methodology on "Lean Startup 
Secrets Revealed." This video shows you how to validate your ideas, 
optimize your ideas and identify your business strategy.
http://p.sf.net/sfu/appsumosfdev2dev
_______________________________________________
Ecls-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ecls-list

Reply via email to