[plt-scheme] foreign: am I missing something basic?

From: Eli Barzilay (eli at barzilay.org)
Date: Mon Sep 28 10:22:50 EDT 2009

On Sep 28, Noel Welsh wrote:
> Ok, bad guess. The FFI defines _foo and _foo-pointer for most types,
> so I assumed it would be the same for _scheme. [...]

`_scheme' is a pointer type, for all Scheme values that are passed as
Scheme_Object* references.  I don't know what Dave's problem is, but
it's not this...

-- 
          ((lambda (x) (x x)) (lambda (x) (x x)))          Eli Barzilay:
                    http://barzilay.org/                   Maze is Life!


Posted on the users mailing list.