defpackage and defined-package-name
Hello - In the LW docs it is said for defpackage: Signature defpackage defined-package-name [[ option ]] => package Where defined-package-name is "a string". In CLHS it is said that "defined-package-name --- a string designator". So, should I use strings for package-name or string designators would be ok (what seems to me "the rest of cl world" is using). Best, Art