[plt-scheme] Foreign Interface Manual not online
On Feb 14, Will M. Farr wrote:
> > It is available in CVS, and through the pre-built binary page:
> >
> > http://download.plt-scheme.org/scheme/installers/
>
> I should have mentioned that I just downloaded the
> full-299.30-bin-ppc-osx-mac.dmg from the installer page you
> mentioned. I don't see a "foreign" directory anywhere except
> src/foreign, and that's just code. Am I missing something?
The src/foreign directory contains the C source code. Then the
interface is in collects/mzlib/foreign.ss -- that's the library that
should be used. For a few usage examples you can look at
collects/ffi.
--
((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay:
http://www.barzilay.org/ Maze is Life!