15:42:44superdiskis there a way to set some parameters when depending on an ASDF system? for instance, CFFI has some vars you can set to choose which FFI method it uses when expanding macros. Right now I'm just putting (setf cffi:*some-flag*) in my package.lisp but if some other system were to use CFFI macros before I set the var then it wouldn't work
17:00:09paulapatienceMaybe load CFFI and set the variable in your init-file
21:55:56wasamasabigbookofbug: get used to doing things FP style