/trivial-package-local-nicknames

Common Lisp PLN compatibility library.

Primary LanguageCommon LispThe UnlicenseUnlicense

trivial-package-local-nicknames

This was done so there is a portability library for the PLN API not included in DEFPACKAGE.

Supported implementations

  • SBCL
  • CCL (1.12+ - build it from master)
  • ECL
  • Clasp
  • ABCL

Tests

(asdf:test-system :trivial-package-local-nicknames) runs the rest suite formerly known as package-local-nicknames-tests. If you need to modify the system to add an extra implementation, then only modify the DEFPACKAGE form to import the proper symbols from your implementation's extension package. Unless you are adding (implementation-specific) test functionality, do not modify the tests themselves.

License

Unlicense / Public domain