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
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to