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

cltl2 environment declaration API

Open guicho271828 opened this issue 5 years ago • 1 comments

Feature description:

  • declaration-information, define-declaration
  • Whether the additional type information added by define-declaration is recognized by the compiler Supported implementations:
  • [ ] SBCL
  • [ ] CCL
  • [ ] ECL
  • [ ] CMU
  • [ ] ABCL
  • [ ] ALISP

guicho271828 avatar May 22 '19 05:05 guicho271828

trivial-cltl2 works as a compatibility layer about declaration-information and define-declaration.

y2q-actionman avatar May 23 '19 07:05 y2q-actionman