<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/xhtml; charset=utf-8">
</head>
<body>
<div style="font-family:sans-serif"><div style="white-space:normal">
<p dir="auto">On 6 Feb 2019, at 2:22, Jim Newton wrote:</p>

<blockquote style="border-left:2px solid #777; color:#777; margin:0 0 5px; padding-left:5px">
<p dir="auto">When creating an lisp application I usually have one (or several) what I call top-level asdf systems<br>
which advertise the public interface to the application, and I may have several internal systems<br>
which are used but not intended for public use.</p>

<p dir="auto">What is the convention with asdf to distinguish entry-point systems from internal/private<br>
systems?</p>
</blockquote>

<p dir="auto">I generally try to use either Faré's "slashy" systems (like "shop2/common") in my work.  When I can, it's even better to use a <code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0 0.4em" bgcolor="#F7F7F7">:module</code> which isn't visible at all.</p>

<p dir="auto">I think what you are really asking is "how should I name a system that the user should never load <em>directly</em>?"  I don't have a great answer to this question.</p>
</div>
</div>
</body>
</html>