https://github.com/phoe/trivial-package-local-nicknames
Common Lisp PLN compatibility library.
https://github.com/phoe/trivial-package-local-nicknames
Last synced: 5 months ago
JSON representation
Common Lisp PLN compatibility library.
- Host: GitHub
- URL: https://github.com/phoe/trivial-package-local-nicknames
- Owner: phoe
- License: unlicense
- Created: 2019-06-22T13:18:22.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-01-29T23:21:46.000Z (over 4 years ago)
- Last Synced: 2025-10-08T15:48:52.987Z (9 months ago)
- Language: Common Lisp
- Size: 16.6 KB
- Stars: 25
- Watchers: 1
- Forks: 5
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
* ECL
* Clasp
* ABCL
* ACL
* LispWorks (8.0 or later)
* CLISP (`ros install clisp-head`, build from [here](https://gitlab.com/gnu-clisp/clisp/-/merge_requests/3), or wait until this branch is merged)
## Tests
`(asdf:test-system :trivial-package-local-nicknames)` runs the test suite formerly known as
[package-local-nicknames-tests](https://github.com/phoe/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