jscl
jscl copied to clipboard
Ensure every file can be loaded both on the host and the target system
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.