Skip to content
Snippets Groups Projects
Commit cc39718f authored by Philipp Marek's avatar Philipp Marek
Browse files

First part of alexandria-2 - the package.

parent f389c7a6
No related branches found
No related tags found
No related merge requests found
(defpackage :alexandria-2
(:nicknames :alexandria.2 :alex-2)
(:use :cl :alexandria.1.0.0)
#+sb-package-locks
(:lock t)
(:export .
#. (let (res) (do-external-symbols (sym :alexandria.1.0.0) (push sym res)) res)
))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment