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 p0HArXUk013830 for ; Mon, 17 Jan 2011 11:53:33 +0100 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Ah4GAO6tM01QW+UMgWdsb2JhbACWQ44XFQEBFiIkwAuFUASLHw X-IronPort-AV: E=Sophos;i="4.60,332,1291590000"; d="scan'208";a="87094949" Received: from lo.gmane.org ([80.91.229.12]) by mail2-smtp-roc.national.inria.fr with ESMTP; 17 Jan 2011 11:53:27 +0100 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Pemi7-0005ND-0r for caml-list@inria.fr; Mon, 17 Jan 2011 11:53:19 +0100 Received: from avelizy-155-1-70-210.w86-217.abo.wanadoo.fr ([86.217.109.210]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 17 Jan 2011 11:53:19 +0100 Received: from sylvain by avelizy-155-1-70-210.w86-217.abo.wanadoo.fr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 17 Jan 2011 11:53:19 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: caml-list@inria.fr From: Sylvain Le Gall Date: Mon, 17 Jan 2011 10:53:08 +0000 (UTC) Message-ID: References: X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: avelizy-155-1-70-210.w86-217.abo.wanadoo.fr User-Agent: slrn/pre1.0.0-18 (Linux) Subject: [Caml-list] Re: boostbind/pythonbind/luabind for ocaml? Hello, On 17-01-2011, beo wulf wrote: > 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. > I am not sure it fits your needs, but there are OCaml bindings for Lua: http://ocaml-lua.forge.ocamlcore.org It should work but still need testing (and an official release). Cheers, Sylvain Le Gall -- My company: http://www.ocamlcore.com Linkedin: http://fr.linkedin.com/in/sylvainlegall Start an OCaml project here: http://forge.ocamlcore.org OCaml blogs: http://planet.ocamlcore.org