how to distinguish public vs private (entry-point vs internal) systems
Jim Newton
jnewton at lrde.epita.fr
Wed Feb 6 08:22:29 UTC 2019
When creating an lisp application I usually have one (or several) what I call top-level asdf systems
which advertise the public interface to the application, and I may have several internal systems
which are used but not intended for public use.
What is the convention with asdf to distinguish entry-point systems from internal/private
systems?
More information about the asdf-devel
mailing list