From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail2-relais-roc.national.inria.fr (mail2-relais-roc.national.inria.fr [192.134.164.83]) by walapai.inria.fr (8.13.6/8.13.6) with ESMTP id p0HAJl7s012463 for ; Mon, 17 Jan 2011 11:19:47 +0100 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AugAAOWmM01KfVM0jWdsb2JhbACWQ44PCBUBAQEBCQkKCQ8GIKgxl0WFUASEcIYv X-IronPort-AV: E=Sophos;i="4.60,332,1291590000"; d="scan'208";a="87086751" Received: from mail-gw0-f52.google.com ([74.125.83.52]) by mail2-smtp-roc.national.inria.fr with ESMTP; 17 Jan 2011 11:19:42 +0100 Received: by gwb11 with SMTP id 11so2404989gwb.39 for ; Mon, 17 Jan 2011 02:19:41 -0800 (PST) MIME-Version: 1.0 Received: by 10.151.83.16 with SMTP id k16mr4098588ybl.239.1295259579924; Mon, 17 Jan 2011 02:19:39 -0800 (PST) Received: by 10.146.82.1 with HTTP; Mon, 17 Jan 2011 02:19:39 -0800 (PST) X-Originating-IP: [128.12.240.155] Date: Mon, 17 Jan 2011 02:19:39 -0800 Message-ID: From: beo wulf To: caml-list@yquem.inria.fr Content-Type: text/plain; charset=ISO-8859-1 Subject: [Caml-list] boostbind/pythonbind/luabind for ocaml? Hi! Is there anything like luabind or pythonbind for Ocaml? Basically, it's http://www.rasterbar.com/products/luabind/docs.html#hello-world a really convenient way to bind class member / functions to another language. Thanks! Note: Lua is written in C, not C++, and it still works fine -- as long as there's a way / API to construct Ocaml objects in C-land. Template magic does the rest.