EusLisp is an integrated programming system for the research on intelligent robots based on Common Lisp and Object-Oriented programming. [Manual](http://euslisp.github.io/EusLisp/manual.html ) [マニュアル](http://euslisp.github.io/EusLisp/jmanual.html )
This is not backward compatible, but I am opening it because Inaba-sensei has pointed the EusLisp behavior as a bug (https://github.com/euslisp/EusLisp/issues/436), granted that 'nobody is using this in code' and asked for a PR.
@inabajsk
EusLisp have the non-standard behavior of applying assoc's :key argument on each form, instead of on each of its car values:
This PR implements the standard :key argument behavior in EusLisp as well.
This is not backward compatible, but I am opening it because Inaba-sensei has pointed the EusLisp behavior as a bug (https://github.com/euslisp/EusLisp/issues/436), granted that 'nobody is using this in code' and asked for a PR. @inabajsk