An open API service indexing awesome lists of open source software.

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

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