阅读背景:

在运行时从Haskell调用C函数

来源:互联网 

I'm building an interpreter for a dynamic programming language in Haskell. I'd like to add a simple mechanism to call C functions. In the past, I've used the Haskell FFI to call C functions that I had explicitly declared the name and type of; this approach won't work here because the interpreter won't know the name or type of the C functions to be called until runtime.I'm building an interpreter for a dynamic progr




你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: