Bill Halchin <[EMAIL PROTECTED]> writes:
>
> Hello Haskell Community,
>
> If I want to write a wrapper to a Linux library, is the best way
> to use Green Card??
>
> Regards,
>
> Bill Halchin
Hi,
that's certainly the most convenient tool to get started
with at the moment on a Linux box, as you can just pick up
a GreenCard RPM and go.
If the wrapper is to a small set of external functions, GC
will probably suffice. For anything bigger, you may want to
try out some of the other FFI tools for Haskell, as they
automate some tasks that GreenCard doesn't -- for links
etc, see http://www.haskell.org/libraries/
hth
--sigbjorn