Common Lisp Dependency Vendoring with Submodules
aartaka.me·11h
🔧Tool Building
Preview
Report Post

By Artyom Bologov

So there are half a dozen of Common Lisp package/system/project managers:

These mostly fall into two categories:

  1. Package/project managers fetching things from the Internet right into the running Lisp image and not touching the project itself.
  2. Project-local package managers that include all the dependencies into the project tree.

Project-local solutions bloat the checkout size and slow down repository cloning. Online ones require network connection. I’m not satis…

Similar Posts

Loading similar posts...