guicho271828 / common-lisp-extensions

list of extensions beyond CL available in lisp implementations, and the status of its spread.
21 stars 0 forks source link

Package Locks #20

Open guicho271828 opened 5 years ago

guicho271828 commented 5 years ago

Locked packages can no longer be modified.

ruricolist commented 5 years ago

ECL also supports package locks:

https://common-lisp.net/project/ecl/static/ecldoc/Extensions.html#Package-locks

ruricolist commented 5 years ago

I found a compatibility library (possibly unfinished?) that suggests package locks are also supported on Allegro (and CLISP).

https://github.com/elliottjohnson/cl-package-locks/blob/master/cl-package-locks.lisp