[Haskell-cafe] ANNOUNCE: tls, native TLS/SSL protocol implementation

Christopher Done chrisdone at googlemail.com
Fri Oct 8 02:08:22 EDT 2010


On 8 October 2010 07:44, C K Kashyap <ckkashyap at gmail.com> wrote:
> Does native mean "Haskell only" - without FFI?

I think "not Haskell" would be piping to a separate non-Haskell
process or calling by FFI to another language to do the interesting
work. Thus "native" is not using these for the interesting work. E.g.
I can call out to zlib with the FFI and call it a Haskell zlib
library. It's not really a native Haskell implementation, though.


More information about the Haskell-Cafe mailing list