From mboxrd@z Thu Jan 1 00:00:00 1970 Received: (from majordomo@localhost) by pauillac.inria.fr (8.7.6/8.7.3) id NAA02069; Wed, 9 Jun 2004 13:05:40 +0200 (MET DST) X-Authentication-Warning: pauillac.inria.fr: majordomo set sender to owner-caml-list@pauillac.inria.fr using -f Received: from nez-perce.inria.fr (nez-perce.inria.fr [192.93.2.78]) by pauillac.inria.fr (8.7.6/8.7.3) with ESMTP id NAA02172 for ; Wed, 9 Jun 2004 13:05:39 +0200 (MET DST) Received: from mail.physik.uni-muenchen.de (mail.physik.uni-muenchen.de [192.54.42.129]) by nez-perce.inria.fr (8.12.10/8.12.10) with ESMTP id i59B5cEV018754 for ; Wed, 9 Jun 2004 13:05:38 +0200 Received: from localhost (unknown [127.0.0.1]) by mail.physik.uni-muenchen.de (Postfix) with ESMTP id 1AE70200B8; Wed, 9 Jun 2004 13:05:38 +0200 (CEST) Received: from mail.physik.uni-muenchen.de ([127.0.0.1]) by localhost (mail.physik.uni-muenchen.de [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 07111-01-27; Wed, 9 Jun 2004 13:05:36 +0200 (CEST) Received: from mailhost.cip.physik.uni-muenchen.de (kaiser.cip.physik.uni-muenchen.de [141.84.136.1]) by mail.physik.uni-muenchen.de (Postfix) with ESMTP id 8F62D200B1; Wed, 9 Jun 2004 13:05:36 +0200 (CEST) Received: from seekar.cip.physik.uni-muenchen.de (seekar.cip.physik.uni-muenchen.de [141.84.136.52]) by mailhost.cip.physik.uni-muenchen.de (Postfix) with ESMTP id 7DC9C26E87; Wed, 9 Jun 2004 13:05:36 +0200 (CEST) Received: by seekar.cip.physik.uni-muenchen.de (Postfix, from userid 3092) id 76D5C31394; Wed, 9 Jun 2004 13:05:36 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by seekar.cip.physik.uni-muenchen.de (Postfix) with ESMTP id 7481331393; Wed, 9 Jun 2004 13:05:36 +0200 (CEST) Date: Wed, 9 Jun 2004 13:05:36 +0200 (CEST) From: Thomas Fischbacher To: Olivier Andrieu Cc: caml-list@inria.fr Subject: Re: [Caml-list] String Problem In-Reply-To: <20040609.123554.58117203.andrieu@ijm.jussieu.fr> Message-ID: References: <20040609.123554.58117203.andrieu@ijm.jussieu.fr> X-BOFH: Daemons did it MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by amavisd-new at physik.uni-muenchen.de X-Miltered: at nez-perce with ID 40C6EF02.000 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! X-Loop: caml-list@inria.fr X-Spam: no; 0.00; physik:01 caml-list:01 andrieu:01 serialize:01 cip:99 physik:01 cip:99 bigarray:01 ocaml:01 lisp:01 olivier:02 string:03 wrote:03 gnu:05 bits:05 Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk On Wed, 9 Jun 2004, Olivier Andrieu wrote: > It's quite easy to serialize to a Bigarray with a bit of C code > (warning, not tested): At least the language should provide out-of-the-box support for this. > Alternatively, buy a 64 bits computer :) How funny. The only reason why I am doing this in Ocaml is that I want to be able to abuse a few of the windows boxen here to help with the calculation. Otherwise, I'd have done it in LISP. -- regards, tf@cip.physik.uni-muenchen.de (o_ Thomas Fischbacher - http://www.cip.physik.uni-muenchen.de/~tf //\ (lambda (n) ((lambda (p q r) (p p q r)) (lambda (g x y) V_/_ (if (= x 0) y (g g (- x 1) (* x y)))) n 1)) (Debian GNU) ------------------- To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ Beginner's list: http://groups.yahoo.com/group/ocaml_beginners