[plt-scheme] Re: MysterX and arrays/vectors
On Tue, Mar 25, 2008 at 2:54 PM, Filipe Cabecinhas <filcab at gmail.com> wrote:
> Yes, I already thought about that but it's quite a bit non-tranparent.
> I would prefer to tell Scheme I would like the object to be a Scheme
> single-float and make MysterX just play along.
Yes, that makes things easier. We already expose things like
AddRef() and Release(), so I wouldn't feel too bad about adding
marshalling hints.
> I think I'll try the SRFI-4 idea first. If it doesn't work I'll try to
> take your idea. Is there any good documentation around about the
> internals of MzScheme, and how it works?
The Inside MzScheme manual has a lot of useful information.
-- Paul