From: | Hans Aberg <haberg_20080406@math.su.se> |
Newsgroups: | comp.compilers |
Date: | Tue, 21 Jul 2009 16:05:05 +0200 |
Organization: | Aioe.org NNTP Server |
References: | 09-07-074 |
Keywords: | code, functional |
Posted-Date: | 24 Jul 2009 18:25:59 EDT |
Christoffer LernC6 wrote:
> I'd like to research FFI in various languages, basically to find the
> best FFI-solution and copy from that one.
> It's likely that I will restrict myself to interfacing with C, so if
> there are elegant solutions integrating with C, and more clunky but
> flexible that are more general, I probably prefer the ones that
> exclusively target C.
Haskell <http://haskell.org/> has FFI to C. It is probably GHC you
should look at. Hugs is an interpreter, good for running at a console,
and also has some FFI to C.
Hans
Return to the
comp.compilers page.
Search the
comp.compilers archives again.