cl-unicode
cl-unicode copied to clipboard
Fix keyword bloating in DEFPACKAGE :EXPORT clauses
Replace keywords in defpackage :export clauses with uninterned symbols. This avoids interning them in *package*, which should simplify autocompletion and may improve garbage collection.
Can you get the symbol names in the import-from cl-ppcre clause as well?
The symbol names in the:import-from clause are now also uninterned instead of keywords.
Reverting DEFPACKAGE :IMPORT-FROM package name to KEYWORD, which should improve readability without unnecessary expansion of *PACKAGE*.