From mboxrd@z Thu Jan 1 00:00:00 1970 Received: (from weis@localhost) by pauillac.inria.fr (8.7.6/8.7.3) id LAA15105 for caml-redist@pauillac.inria.fr; Sun, 7 May 2000 11:52:11 +0200 (MET DST) Resent-Message-Id: <200005070952.LAA15105@pauillac.inria.fr> Received: from concorde.inria.fr (concorde.inria.fr [192.93.2.39]) by pauillac.inria.fr (8.7.6/8.7.3) with ESMTP id WAA27108 for ; Fri, 5 May 2000 22:55:14 +0200 (MET DST) Received: from saul.cis.upenn.edu (SAUL.CIS.UPENN.EDU [158.130.12.4]) by concorde.inria.fr (8.8.7/8.8.7) with ESMTP id WAA25343; Fri, 5 May 2000 22:53:02 +0200 (MET DST) Received: from localhost (localhost [127.0.0.1]) by saul.cis.upenn.edu (8.9.3/8.9.3) with SMTP id QAA05177; Fri, 5 May 2000 16:52:44 -0400 (EDT) To: Gerard Huet cc: caml-list@inria.fr Reply-to: bcpierce@cis.upenn.edu Subject: Re: Book in english In-reply-to: Your message of Fri, 05 May 2000 10:16:18 +0200. <200005050829.KAA02374@concorde.inria.fr> Date: Fri, 05 May 2000 16:52:44 EDT Message-ID: <5175.957559964@saul.cis.upenn.edu> From: "Benjamin C. Pierce" Resent-From: weis@pauillac.inria.fr Resent-Date: Sun, 7 May 2000 11:52:11 +0200 Resent-To: caml-redist@pauillac.inria.fr > "The Functional Approach to Programming" by Guy Cousineau and Michel Mauny, > Cambridge University Press, 1998. > > It is a quite good reference book on programming in Caml Light, close > enough to Objective Caml to be used as a standard beginner's textbook, even > if it does not cover modules and objects. It gives many serious programming > examples, and answers many of the questions that are routinely asked on > this list, such as how to program doubly linked lists (the "sweet" > implementation given by Xavier a few days ago is covered in section 4.4.5 > for instance). Unfortunately, this is not quite the book we need at Penn (neither is the new O'Reilly book, from what I've heard, but I'm hoping that parts will be useful) -- it's an excellent book for second- or third-year students with some programming background, but it seems too hard for complete beginners or for (U.S.) college freshmen. (If anyone has evidence to contradict that claim, I'd love to hear it!) B