From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on yquem.inria.fr X-Spam-Level: * X-Spam-Status: No, score=1.1 required=5.0 tests=AWL,SPF_NEUTRAL autolearn=disabled version=3.1.3 Received: from discorde.inria.fr (discorde.inria.fr [192.93.2.38]) by yquem.inria.fr (Postfix) with ESMTP id EBBAFBC69 for ; Wed, 28 Mar 2007 11:43:18 +0200 (CEST) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.168]) by discorde.inria.fr (8.13.6/8.13.6) with ESMTP id l2S9hIrl019899 for ; Wed, 28 Mar 2007 11:43:18 +0200 Received: by ug-out-1314.google.com with SMTP id k3so178241ugf for ; Wed, 28 Mar 2007 02:43:18 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=hCkLdOEI+3eLIOYq9NakanMf/fzOE/aH/961vIPY9sI0hNibxAViPOhTC2nN0J0OQMG4YJodkntykgkloz+GrSXjk5w6CUWDDCAgQuXCSciajOJ8mziODiq+Glth+7KTErCb3L9Cicf+VXv8SqKNF/W1wGrIhLzlayf/KP/U3JY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=eFhpI8rricczTlMIXHB6xdAuRIyfcRSQ+R96Dcm0XeaKAfwaA3LEeKR2TPGI7tyS7Emkcl0H6t+mHamJTnWRw6DU+6HoRllpxxob3w1UqAKDjl0iiYPx6H52ybneGG3eSLnbQ5pRxXPl7nB3I5EZ4v6ixBI4e5pezWL3mxFqhnY= Received: by 10.114.88.1 with SMTP id l1mr3617451wab.1175074997052; Wed, 28 Mar 2007 02:43:17 -0700 (PDT) Received: by 10.114.183.4 with HTTP; Wed, 28 Mar 2007 02:43:16 -0700 (PDT) Message-ID: Date: Wed, 28 Mar 2007 11:43:16 +0200 From: "Nicolas Pouillard" To: "Joel Reymont" Subject: Re: [Caml-list] Calling OCaml from Ruby Cc: "Caml List" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: X-j-chkmail-Score: MSGID : 460A38B6.000 on discorde : j-chkmail score : X : 0/20 1 0.000 -> 1 X-Miltered: at discorde with ID 460A38B6.000 by Joe's j-chkmail (http://j-chkmail . ensmp . fr)! X-Spam: no; 0.00; ocaml:01 ocaml:01 sever:98 wrote:01 caml-list:01 data:02 seems:03 seems:03 invoking:03 library:03 depends:04 nicolas:08 nicolas:08 hum:08 i'm:09 On 3/28/07, Joel Reymont wrote: > Has anyone tried invoking OCaml from Ruby without packaging OCaml as > a C library first? Using C to make the bridge seems good. You can also use some client/sever protocol using some serialization data format like JSON. It mainly depends on the use of that OCaml code. > I'm trying to come up with ways of calling OCaml from a Rails app. Hum, seems appealing. -- Nicolas Pouillard