From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from nez-perce.inria.fr (nez-perce.inria.fr [192.93.2.78]) by yquem.inria.fr (Postfix) with ESMTP id C3D2BBCAE for ; Thu, 14 Jul 2005 20:01:25 +0200 (CEST) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.193]) by nez-perce.inria.fr (8.13.0/8.13.0) with ESMTP id j6EI1P8E028437 for ; Thu, 14 Jul 2005 20:01:25 +0200 Received: by wproxy.gmail.com with SMTP id i27so474860wra for ; Thu, 14 Jul 2005 11:01:24 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=cRS8IteILJQZtm5FS9g/Sa/DCAg7hRINinZcELsfBvNuowxupdmspWNK4g4ySmLBHwVcIA/b05gLvqnOS4GNpK2wHPSjjFc4+K/zNFLGlVhzwmiHnEOhiP99g3bA1C/iOfRnts5DYnjNr3UiyDTssDCbCwskHNAA/3s2cmJmsLs= Received: by 10.54.92.18 with SMTP id p18mr826476wrb; Thu, 14 Jul 2005 11:00:47 -0700 (PDT) Received: by 10.54.71.5 with HTTP; Thu, 14 Jul 2005 11:00:47 -0700 (PDT) Message-ID: <9cc3782b05071411004b27b6a4@mail.gmail.com> Date: Thu, 14 Jul 2005 13:00:47 -0500 From: Kyle Consalus Reply-To: Kyle Consalus To: caml-list@yquem.inria.fr Subject: (Mostly) Functional Design? Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Miltered: at nez-perce with ID 42D6A875.000 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! X-Spam: no; 0.00; ocaml:01 ocaml:01 functional:02 functional:02 perhaps:03 applied:04 oriented:05 uses:06 suspect:07 mostly:07 certainly:08 wrong:08 consider:08 object:09 i've:11 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=RCVD_BY_IP autolearn=disabled version=3.0.2 X-Spam-Level: There are a wealth of resources related to object oriented design technique= s (which can certainly be applied to OCaml), but I've been pretty much unable to find any good resources on large scale design of functional programs. I realize that this is the sort of thing that develops over time with experience. Just the same, there is (most likely) a lot to learn and consider, and a=20 resource would be helpful. My recent uses of OCaml for fairly small project= s have been effective, but a lot of things were cumbersome in the design and I suspect that I may be thinking about it wrong. So, could anyone suggest a good resource or perhaps weigh in on their thoughts on the topic? Thanks, Kyle