lisp-interface-library
lisp-interface-library copied to clipboard
LIL: abstract interfaces and supporting concrete data-structures in Common Lisp
Building with SBCL 2.3.6.173-55d27b14b / ASDF 3.3.5 for quicklisp dist creation. Trying to build commit id 9b8f3cf63e75ae7a84d3d3b31991295167bd3c02 *lil* fails to build with the following error: ``` ; caught WARNING: ;...
The following links mentioned in the README seem to be dead (404 errors) https://common-lisp.net/~frideau/lil-ilc2012/lil-ilc2012.pdf https://common-lisp.net/~frideau/lil-ilc2012/lil-ilc2012.html
I have a short question regarding how the interface is supposed to be implemented. I usually define my interfaces in two files. Say some interface in file car.lisp with implementation...
@guicho271828 has moved issues from the TODO file to his repository: https://github.com/guicho271828/lisp-interface-library/issues Make sure all the issues are either tracked there (if it becomes the "official" repository), or here (by...
This looks like a really interesting library, and I like the interface passing style. However, I can't find any user documentation. The article referenced in the README does a good...
Currently there are pure sets, and there are set interfaces defined in lil/interface/set that say they are for both pure and stateful, but it doesn't look like there are any...