Guillaume Le Vaillant writes: > Also, I saw that there is a 'graph.scm' file with definitions of graph > related packages. Should I put 'sbcl-graph', 'sbcl-graph-dot' and > 'sbcl-graph-json' in it, or should I keep them in 'lisp.scm'? In my understanding, file separation works as follows: 1. Make sure the file compilation graph is as simple as possible. 2. If 1. does not apply (e.g. same complexity is both cases), place the package where it's most relevant. 3. If neither 1 nor 2 apply, that is, if a package is relevant in both files, well, do what suits you best :) Here my intuition would be to leave them in lisp.scm. Cheers! -- Pierre Neidhardt https://ambrevar.xyz/