common-lisp-extensions icon indicating copy to clipboard operation
common-lisp-extensions copied to clipboard

CLOS sealing.

Open guicho271828 opened this issue 5 years ago • 1 comments

Sealed CLOS classes are protected from redefinitions. See also: sealable-metaobjects. SBCL has a similar extension for structures (freeze-type).

  • [ ] SBCL
  • [ ] CCL
  • [ ] ECL
  • [x] CMU
  • [ ] ABCL
  • [ ] ALISP

guicho271828 avatar May 19 '19 10:05 guicho271828

Eclipse Common Lisp also has built-in sealing facility. https://github.com/blakemcbride/eclipse-lisp/blob/master/lisp/classes.lisp#L173

g000001 avatar May 22 '19 15:05 g000001