[Haskell] TABI 0.1: a typeful tagged cross-language calling convention

Felipe Lessa felipe.lessa at gmail.com
Tue Jul 21 11:38:44 EDT 2009


On Tue, Jul 21, 2009 at 05:51:04PM +0400, Bulat Ziganshin wrote:
>     * passing complex datastructures between various languages forth
>     and back, providing faster alternative to serialization approach

I've read the code and I don't see how tabi manages to do this.
It is serializing as well but it is including the type and name
information, so it seems that at best it would have the same
overhead as just serializing the data without any metadata.

Am I missing something?

--
Felipe.


More information about the Haskell mailing list