Re: Re[2]: [Haskell-cafe] how to write an haskell binding

2006-06-27 Thread minh thu
Brian, mmm, no you wasn't missing the point : actually, i asked if we bind against c or c++. But that way, you answer the "general guidelines" part of the question. thx thu 2006/6/27, minh thu <[EMAIL PROTECTED]>: Brian, Bulat, thank you, thu ___ Ha

Re: Re[2]: [Haskell-cafe] how to write an haskell binding

2006-06-27 Thread minh thu
Brian, Bulat, thank you, thu ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe

Re[2]: [Haskell-cafe] how to write an haskell binding

2006-06-27 Thread Bulat Ziganshin
Hello Brian, Tuesday, June 27, 2006, 2:43:15 AM, you wrote: > achieve a goal. One other thing to bear in mind is that foreign calls are > extremely slow, so for example it is much faster to use the > Foreign.Marshal.Array and Foreign.C.String functions to allocate and > populate a temporary arr