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 )
Some new c coded features were added to this cl-compatible branch, but since the compiler did not knew how to handle them they were actually uncompilable.
Some new c coded features were added to this cl-compatible branch, but since the compiler did not knew how to handle them they were actually uncompilable.
This PR does the following:
macrolet
(https://github.com/euslisp/EusLisp/pull/306)supplied-p
(https://github.com/euslisp/EusLisp/pull/254)supplied-p
feature to support:initial-value nil
option inreduce
Solves: https://github.com/euslisp/EusLisp/issues/358