Skip to content
This repository was archived by the owner on Dec 13, 2025. It is now read-only.

Do much more in the defpackage form

Choose a tag to compare

@tfeb tfeb released this 12 Sep 16:01
v2.0.0

Rather than creating a small defpackage form and then turning the package into a conduit, generate a huge one which is already a conduit (up to the recomputation). This makes fasls much larger, but means you don't get warnings for compile/load cycles. Disk space is cheap now.

Some other small changes

It's worth noting that before this release the system was not strictly conforming CL, at least it was not if you compiled and then loaded code, which was kind of the whole point.