implementation package CCL
Hi,
I found a curious error right now trying to create a package with name ccl:CL-USER 1 > (defpackage #:ccl
(:use #:cl))
Error: Trying to redefine the implementation package CCL
1 (continue) Delete the existing CCL package
2 (abort) Return to level 0.
3 Return to top loop level 0.
Type :b for backtrace or :c <option number> to proceed.
Type :bug-form "<subject>" for a bug report template or :? for other options.
CL-USER 2 : 1 >
While trying to access the exported symbols for this package, (in listener completion) I've found the ccl package is an alias for system.
Any other hidden "implementation packages" whose names we can't use?
Br,
/Alexey