I have scripts that load up optional modules that depend on cffi. it would be nice if the script and the submodules could test to see if cffi is already around before it attempts load a cffi. i can sort of do it by testing for (asdf:find-system :cffi), but that just means the .asd file has been loaded, not the system itself, and then i also have to test to see if asdf is loaded. asdf does add a *feature*
--rick

On Dec 12, 2005, at 2:59 AM, Luís Oliveira wrote:

Rick Taube <[EMAIL PROTECTED]> writes:
that would be useful. as would a #+cffi *feature* too ;)

Can you give me an example where it would be useful?

--
Luís Oliveira
luismbo (@) gmail (.) com
Equipa Portuguesa do Translation Project
http://www.iro.umontreal.ca/translation/registry.cgi?team=pt

_______________________________________________
cffi-devel mailing list
cffi-devel@common-lisp.net
http://common-lisp.net/cgi-bin/mailman/listinfo/cffi-devel

_______________________________________________
cffi-devel mailing list
cffi-devel@common-lisp.net
http://common-lisp.net/cgi-bin/mailman/listinfo/cffi-devel

Reply via email to