jscl icon indicating copy to clipboard operation
jscl copied to clipboard

Ensure every file can be loaded both on the host and the target system

Open davazp opened this issue 7 years ago • 0 comments
trafficstars

This would ease development and simplify bootstrapping process.

The key is to avoid collisions with the host system. This can be achieved with package-renaming as SBCL does, prefixing symbols or similar.

We already do things like by using read conditionals.

davazp avatar Feb 11 '18 12:02 davazp