[forwarding to the list]
2009/3/30 Kalyanov Dmitry kalyanov.dmitry@gmail.com:
What will happen when the same symbol is used for different things: function name, foreign function name, callback name, cffi type name, lisp class name? Does CFFI guarantee that such uses of name will not bother to each other?
Yes, those are all separate namespaces. But notice that DEFINE-FOREIGN-TYPE defines a Lisp class.
-- Luís Oliveira http://student.dei.uc.pt/~lmoliv/