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 LAA16679 for caml-redist@pauillac.inria.fr; Sun, 7 May 2000 11:51:34 +0200 (MET DST) Resent-Message-Id: <200005070951.LAA16679@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 VAA12301 for ; Fri, 5 May 2000 21:57:35 +0200 (MET DST) Received: from isil.localdomain (isil.maya.com [192.70.254.5]) by concorde.inria.fr (8.8.7/8.8.7) with ESMTP id VAA24504; Fri, 5 May 2000 21:57:33 +0200 (MET DST) Received: by isil.localdomain (Postfix, from userid 1000) id AB44936ED2; Fri, 5 May 2000 15:59:42 -0400 (EDT) Sender: prevost@isil.localdomain To: Gerard Huet Cc: caml-list@inria.fr Subject: Re: Book in english References: <200005050829.KAA02374@concorde.inria.fr> From: John Prevost Date: 05 May 2000 15:59:42 -0400 In-Reply-To: Gerard Huet's message of "Fri, 05 May 2000 10:16:18 +0200" Message-ID: <877ld8bwep.fsf@isil.localdomain> User-Agent: Gnus/5.0805 (Gnus v5.8.5) Emacs/20.5 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Resent-From: weis@pauillac.inria.fr Resent-Date: Sun, 7 May 2000 11:51:34 +0200 Resent-To: caml-redist@pauillac.inria.fr >>>>> "gh" == Gerard Huet writes: gh> "The Functional Approach to Programming" by Guy Cousineau and gh> Michel Mauny, Cambridge University Press, 1998. gh> It is a quite good reference book on programming in Caml gh> Light, close enough to Objective Caml to be used as a standard gh> beginner's textbook, even if it does not cover modules and gh> objects. It gives many serious programming examples, and gh> answers many of the questions that are routinely asked on this gh> list, such as how to program doubly linked lists (the "sweet" gh> implementation given by Xavier a few days ago is covered in gh> section 4.4.5 for instance). I have this book. It's a good book, has a lot of great information in it, and isn't too far away from O'Caml. Unfortunately, it isn't a great book for introducing people to the O'Caml language. (It might be more appropriate in a classroom setting.) I should probably try to get a copy of the new book imported so I can at least see how it's organized before I decide that it's better--but as it's oriented towards the programming language O'Caml and not functional programming in general (just happening to use Caml Light), I suspect it will be better. Besides--it's always easier to sell people on reading O'Reilly books. :) John.