Skip to content

Conversation

kilianmh
Copy link

Replace keywords in defpackage :export clauses with uninterned symbols. This avoids interning them in *package*, which should simplify autocompletion and may improve garbage collection.

@gefjon
Copy link

gefjon commented Feb 23, 2022

Can you get the symbol names in the import-from cl-ppcre clause as well?

@kilianmh
Copy link
Author

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*.
@kilianmh
Copy link
Author

Reverting DEFPACKAGE :IMPORT-FROM package name to KEYWORD, which should improve readability without unnecessary expansion of *PACKAGE*.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants