haskell-ricochet
haskell-ricochet copied to clipboard
Create C-bindings
When we started out, we decided we wanted to have working C-bindings as well. We should put them in another repository, once we get to it. This issue serves only as a reminder of that fact.
Which library should be used for that task?
Are there even multiple libraries to choose from? I thought we’d need to use the GHC language extension ForeignFunctionInterface.
The FFI is for the call from Haskell to C I think.
https://wiki.haskell.org/Calling_Haskell_from_C
Very nice!