
11 Nov
2008
11 Nov
'08
12:21 p.m.
Hello Colin, Tuesday, November 11, 2008, 8:09:09 PM, you wrote:
If I want to call Haskell (and I do, perhaps) from another garbage-collected language (Eiffel, in particular) using C as the mutually understood language, am I not going to run into big problems?
of course not. there will be two independent heaps. of course you can't directly send pointers to gc-collected structures between two languages, they should be converted through buffers in C world (i.e. malloced ones) -- Best regards, Bulat mailto:Bulat.Ziganshin@gmail.com