[Haskell-cafe] ANNOUNCE: tls, native TLS/SSL protocol
implementation
Vincent Hanquez
tab at snarc.org
Fri Oct 8 04:25:09 EDT 2010
On Fri, Oct 08, 2010 at 11:14:01AM +0530, C K Kashyap wrote:
> Does native mean "Haskell only" - without FFI?
Native means the implementation is in haskell, and the library is not using
another implementation (in another language) to do the work: either through FFI
as a binding, or as a wrapper to an external program.
--
Vincent Hanquez
More information about the Haskell-Cafe
mailing list