- Package-local nicknames in Common Lisp - a semishitpost about PLNs https://gist.github.com/phoe/2b63f33a2a4727a437403eceb7a6b4a3 51 comments common_lisp
- CLISP: Merge Request: Implement package-local nicknames https://gitlab.com/gnu-clisp/clisp/-/merge_requests/3 3 comments common_lisp
- [Tim Bradshaw's blog] "Package-local nicknames are an abomination ... The only reason why package-local nicknames matter is if you are writing a lot of code with lots of package-qualified names in it. If you are doing that then you are writing code which is hard to read" https://www.tfeb.org/fragments/2022/10/14/package-local-nicknames/ 7 comments lisp