[plt-scheme] Recommended style for ncurses ffi?
On Fri, Jan 29, 2010 at 1:53 PM, Eli Barzilay <eli at barzilay.org> wrote:
[...]
> If you're after the complete interface thing, then I think that the
> best choice is to go with the same names as the foreign code, and as
> little scheme glue as you can. The you can have a second wrapping api
> that is cmompletely in scheme, and is more scheme friendly.
[...]
I will need a very large subset of the ncurses api, so I will follow
it's naming conventions. If I have time later, perhaps I'll look at
writing a `schemier' layer on top of it. Thanks for your thoughts.
Mike