[Haskell-cafe] Serialising data between Haskell and C#

Neil Mayhew neil_mayhew at users.sourceforge.net
Mon Mar 12 23:19:25 UTC 2018


Haskell has good capabilities for accessing "foreign" data structures
(without serialization), and so does C#. A good common denominator is
probably COM, because C# can treat COM objects almost like native
objects. I see there's a package
<https://hackage.haskell.org/package/hcom> for the Haskell side.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/haskell-cafe/attachments/20180312/a24efbdf/attachment.html>


More information about the Haskell-Cafe mailing list