[plt-scheme] Re: MysterX and arrays/vectors

From: Paul A. Steckler (stecksoft at gmail.com)
Date: Tue Mar 25 17:57:45 EDT 2008

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


Posted on the users mailing list.