Re[2]: [CM] Problems with Clisp

Bill Schottstaedt bil@ccrma.Stanford.EDU
Thu, 6 Apr 2006 10:47:18 -0700


> There is also CFFI - http://common-lisp.net/project/cffi/ 

Several others suggested this.  I looked at it and UFFI earlier today,
and my impression is that neither supports passing an array of
doubles from Lisp to C (or back if from run*).  UFFI might support
this in ACL, and CFFI has some pointer-to-void kludge that
I might be able to twist to my needs, but I'm getting too old
for that kind of foolishness.  CLM (as a Common Lisp program)
is completely dependent on arrays of ints/doubles (to pass
generator setup data and note list data into C).