Oh, and
#+clisp (defun abi-version () (car (system::version)))
is incompatible with
(abi-version &optional object)
- nick
Date: Wed, 23 May 2012 09:43:53 +0100 (BST) From: Nick Levine ndl@ravenbrook.com
It's not at all clear to me from reading CDR document 10 http://cdr.eurolisp.org/document/10/compiled-file-p.html what an ABI version is (as in "the argument identifies an ABI version which can be consumed by the implementation"). Further examples of abi-version (in particular, one which shows a possible input or output value rather than just piping the two together) would make this clearer.
- nick