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.0 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 9A553BC0A for ; Mon, 21 May 2007 16:24:45 +0200 (CEST) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.174]) by discorde.inria.fr (8.13.6/8.13.6) with ESMTP id l4LEOjWI026282 for ; Mon, 21 May 2007 16:24:45 +0200 Received: by ug-out-1314.google.com with SMTP id k3so911722ugf for ; Mon, 21 May 2007 07:24:44 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=ZZT77s7Em2GzWkLbAWA1LU6Mm8RRXb4VeJFa2az4VJoG4+inHY/U3Foq4RLLLbXQQj35iGrqcKdtBWYF3YcsZnNPB6w3wdLg9KtKsUsywA1Q2B+Ybmnvx+2PMIzOpYZ2YX8rwQL7nWzs0Acs5SBT7AjknaypobUurndoPcWrg8c= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=rPMyf7S79+JarhlJ/brSvgZDknmm/CjCUwgVg3eXHoA6f6OkRxXSFAwmeTjGJEXZhMe2yXZ2njBHZ4CKpwiQctY5U9CNqMcLvbWyM0IwI2x1PQYF4Lqj6/fnzeXjf5mFavJlGOK98LscN+YToTcK4H9Xuy+j1MYXrqtCIscGfss= Received: by 10.78.203.15 with SMTP id a15mr1161704hug.1179757484470; Mon, 21 May 2007 07:24:44 -0700 (PDT) Received: by 10.78.158.12 with HTTP; Mon, 21 May 2007 07:24:44 -0700 (PDT) Message-ID: <4a051d930705210724t6336138fkfd5f0531122bdc84@mail.gmail.com> Date: Mon, 21 May 2007 10:24:44 -0400 From: "Christopher L Conway" Sender: christopherleeconway@gmail.com To: "=?ISO-8859-1?Q?Daniel_B=FCnzli?=" Subject: Re: [Caml-list] tail rec Cc: "Caml List" In-Reply-To: <3504239D-24EF-454A-8586-F144AE445B6D@epfl.ch> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <1179543365.26755.33.camel@rosella.wigram> <4651973F.9010503@janestcapital.com> <465198E5.3010004@SmokejumperIT.com> <20070521152116.70d642b0.basile@starynkevitch.net> <3504239D-24EF-454A-8586-F144AE445B6D@epfl.ch> X-Google-Sender-Auth: 4a3eddb0f1e8aafd X-Miltered: at discorde with ID 4651ABAD.000 by Joe's j-chkmail (http://j-chkmail . ensmp . fr)! X-Spam: no; 0.00; haskell:01 wiki:01 ocaml:01 bunzli:01 buenzli:01 recursion:01 beginner's:01 ocaml:01 bug:01 beginners:01 wrote:01 faq:01 faq:01 rec:01 caml-list:01 It would be great to have a resource like the Haskell Wiki for the OCaml community. Such things are not difficult to maintain once they are set up (although someone will have to volunteer for spam patrol). Chris On 5/21/07, Daniel B=FCnzli wrote: > An even simpler first step would be to make tail recursion a faq. For > example many people don't know that if you have a try ... with around > your call it won't be a tail call. > > Speaking of the faq, it is a little bit sad that the wealth of useful > information on the old site never migrated to the new one. > > Daniel > > > > > _______________________________________________ > Caml-list mailing list. Subscription management: > http://yquem.inria.fr/cgi-bin/mailman/listinfo/caml-list > Archives: http://caml.inria.fr > Beginner's list: http://groups.yahoo.com/group/ocaml_beginners > Bug reports: http://caml.inria.fr/bin/caml-bugs > >