Skip to content

Instantly share code, notes, and snippets.

@kpoeck
Created February 23, 2021 08:05
Show Gist options
  • Save kpoeck/430733f4774cde892166e45855e68dc4 to your computer and use it in GitHub Desktop.
Save kpoeck/430733f4774cde892166e45855e68dc4 to your computer and use it in GitHub Desktop.
(let ((symbol (make-symbol (symbol-name :foo))))
(import symbol (find-package :cl-user))
(symbol-package symbol))
-> #<"COMMON-LISP-USER" package> or nil?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment