From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Delivered-To: caml-list@yquem.inria.fr Received: from concorde.inria.fr (concorde.inria.fr [192.93.2.39]) by yquem.inria.fr (Postfix) with ESMTP id 33102BC32 for ; Tue, 8 Mar 2005 20:16:19 +0100 (CET) Received: from saul.cis.upenn.edu (SAUL.CIS.upenn.edu [158.130.12.4]) by concorde.inria.fr (8.13.0/8.13.0) with ESMTP id j28JGHmu007751 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO) for ; Tue, 8 Mar 2005 20:16:18 +0100 Received: from localhost (SAUL.CIS.upenn.edu [158.130.12.4]) by saul.cis.upenn.edu (8.12.10/8.12.9) with ESMTP id j28JFdCP023187; Tue, 8 Mar 2005 14:15:39 -0500 (EST) Date: Tue, 08 Mar 2005 14:15:39 -0500 (EST) Message-Id: <20050308.141539.28801579.eijiro_sumii@anet.ne.jp> To: dmentre@linux-france.org Cc: caml-list@yquem.inria.fr, jon@jdh30.plus.com, sumii@saul.cis.upenn.edu Subject: Re: [Caml-list] MinCaml English Documentation From: Eijiro Sumii In-Reply-To: <87ekeq2ccl.fsf@linux-france.org> References: <200503070020.53784.jon@jdh30.plus.com> <20050307.220107.85397271.eijiro_sumii@anet.ne.jp> <87ekeq2ccl.fsf@linux-france.org> X-Mailer: Mew version 3.2 on Emacs 20.7 / Mule 4.1 (AOI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Miltered: at concorde with ID 422DFA01.000 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! X-Spam: no; 0.00; caml-list:01 eijiro:01 sumii:01 eijiro:01 sumii:01 sourceforge:01 wget:01 recursive:01 wget:01 sourceforge:01 ocaml's:01 dreamweaver:98 ...:98 ...:98 data:02 X-Spam-Checker-Version: SpamAssassin 3.0.2 (2004-11-16) on yquem.inria.fr X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.0.2 X-Spam-Level: From: David MENTRE > I noticed that the different english comment are available as different > pages (1->N). > > http://min-caml.sourceforge.net/tutorial-mincaml-1.eng.htm > > Do you have all of them in the same file ? (otherwise I'll just play > with wget :) Please use recursive wget for the moment. Something like wget --timestamping --quota=100m --no-parent --recursive --convert-links --level 0 http://min-caml.sourceforge.net/ will mirror the whole site (which is less than 2MB in total). I've created these pages by "sanitizing" Word-generated HTML with DreamWeaver, and it's too much pain to manage many versions of the same document. Sorry...! > I would also like to have a GC in addition of data types and pattern > matching. > > Depending on wether you want to teach GC or just use it, either we could > write one or use OCaml's one. OK, I'll try to include data types, pattern matching, and some GC in the next major release. (It may take a little time, though, since I'm getting rather overloaded this month...:-) Eijiro