Hi, Using the brand new ASDF building feature, I tried to compile the CFFI into a FAS file (Luis branch), however it fails at compiling src/strings.lisp because the compiler is called recursively. Indeed the define-type-translator macro expansion implies the compilation of an expander lambda function. How to solve the problem? Michael.