[plt-scheme] Re: MysterX and arrays/vectors
On Mar 25, Filipe Cabecinhas wrote:
>
> But I think, if you wanted to compile-in single float use, you
> should be able to create a Scheme vector with single or double
> floats and have it converted to a COM array with single or double
> floats. If you didn't compile single-float support, you would only
> have double-floats to pass to the COM side.
That's possible now using the foreign interface (and using the srfi-4
subset that it supports). Maybe that can be used to solve this
problem somehow?
--
((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay:
http://www.barzilay.org/ Maze is Life!