You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Greetings and thanks for this fabulous work! Not sure if this is the right place to ask question, please point me to the right communication channel.
All the examples that I could find seem to be using overlord to build external file, or update value in some variable. Is there any experience/success using overlord to build Lisp package/systems themselves? I would love to see a cleaner and saner alternative to ASDF.
Just off the top of my head I think this is doable. The dependency would be some source file (or S-expr) and the target would be a Lisp package (pedantically speaking package is orthogonal to source file, but in practice they have strong correspondence). If this haven't been done before and it is not insane I'd love to experiment extending overlord towards this direction.
The text was updated successfully, but these errors were encountered:
I certainly think Overlord could be used in place of ASDF, but I consider it a low priority since, of course, ASDF already exists.
If you're looking for a place to start, I would look at using Overlord to compile package-inferred systems. Before ASDF supported package-inferred systems there were faslpath and Quickbuild, those might be worth looking at for comparison.
Greetings and thanks for this fabulous work! Not sure if this is the right place to ask question, please point me to the right communication channel.
All the examples that I could find seem to be using overlord to build external file, or update value in some variable. Is there any experience/success using overlord to build Lisp package/systems themselves? I would love to see a cleaner and saner alternative to ASDF.
Just off the top of my head I think this is doable. The dependency would be some source file (or S-expr) and the target would be a Lisp package (pedantically speaking package is orthogonal to source file, but in practice they have strong correspondence). If this haven't been done before and it is not insane I'd love to experiment extending overlord towards this direction.
The text was updated successfully, but these errors were encountered: