fukamachi / event-emitter

Event mechanism for Common Lisp objects.
BSD 2-Clause "Simplified" License
27 stars 8 forks source link

remove `(in-package :cl-user)` #15

Closed cxxxr closed 3 months ago

cxxxr commented 3 months ago

Removed (in-package :cl-user). This has enabled us to save 22 bytes in the size of this library. It also reduces the cost at compile time.