On Tue, Jul 2, 2013 at 6:16 AM, Juan Jose Garcia-Ripoll
<juanjose.garciarip...@gmail.com> wrote:
> Apart from boring bug tracking, what keeps me busy these days.
>
> * Cleanup of generators for c code
>
> * Declaration of C variables
>
> (let ((a (cos 1.0))
>   (declare (:double a))
>   ...)
>
> * Direct references to C variables
>
> (ffi:c-inline (a b) (:double :double) :void
>    "#0 = cos(#1)")

This sounds like a pair of features I've desired for a long time. Will
this allow using arbitrary C types which lisp doesn't necessarily
understand, such as a struct defined by some library header, for the
sake of later referring to them within inline C?

------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
Ecls-list mailing list
Ecls-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ecls-list

Reply via email to