https://github.com/phoe/trivial-method-combinations
Portability library for accessing method combination objects
https://github.com/phoe/trivial-method-combinations
Last synced: 4 months ago
JSON representation
Portability library for accessing method combination objects
- Host: GitHub
- URL: https://github.com/phoe/trivial-method-combinations
- Owner: phoe
- Created: 2019-11-21T22:27:21.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-22T21:42:46.000Z (over 6 years ago)
- Last Synced: 2025-02-24T04:23:40.887Z (over 1 year ago)
- Language: Common Lisp
- Homepage:
- Size: 1.95 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# trivial-method-combinations
A portability library for runtime introspection of method combination objects.
## Exports
* `(METHOD-COMBINATION-NAME method-combination)`
* `(METHOD-COMBINATION-ARGLIST method-combination)`
## Supported implementations:
* SBCL
* ECL
* CCL (with the [following commit](https://github.com/phoe-trash/ccl/commit/1051f217bb6329f0c3a218e346f118047051c218))
* CLISP
* ABCL
* Clasp
## Motivation
~~N/A~~ `luis` asked for it on `#lisp` one day.
## License
Unlicense