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=3.0 required=5.0 tests=AWL,DNS_FROM_RFC_POST, DNS_FROM_SECURITYSAGE,SPF_NEUTRAL autolearn=disabled version=3.1.3 X-Original-To: caml-list@yquem.inria.fr Delivered-To: caml-list@yquem.inria.fr Received: from mail1-relais-roc.national.inria.fr (mail1-relais-roc.national.inria.fr [192.134.164.82]) by yquem.inria.fr (Postfix) with ESMTP id C7308BBAF for ; Wed, 19 Nov 2008 10:46:26 +0100 (CET) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AoUBAHVvI0nRVcbjkGdsb2JhbACTGT4BAQEBCQkMBxEDsWiBA4tuAQMBA4J2 X-IronPort-AV: E=Sophos;i="4.33,630,1220220000"; d="scan'208";a="20118027" Received: from rv-out-0506.google.com ([209.85.198.227]) by mail1-smtp-roc.national.inria.fr with ESMTP; 19 Nov 2008 10:46:26 +0100 Received: by rv-out-0506.google.com with SMTP id f6so3532740rvb.3 for ; Wed, 19 Nov 2008 01:46:25 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=oTgGdQhQm7zCS4A6doHAVMkeSsCbnD7a89a9xG+7SnA=; b=QYbBNM6LEV2bq8deXE2WIH/2ddTRScG/AIWTvMiXATFKBqwbTBFVz5mvCv8Wg2jPgi rO4s6olYwKPb4zmkNGQU2RgTbfALOcoj5hkfpouYhqF7PVQ6bCzdPhzRA49FMZpLSE/O yyKcKCXVaooevfLLyaTwJ4r2fTz8yOcNzFqfs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=IJCITcb7x6WqVpNzJQA6Ogj771RkJnNtwSJVEaWpSpFO4W7mriFRAYPKLFCdauxj7d aAUPICZ0TbRYCFb9BgkCCj4EDO/PLMSQl9O5an3SZkizB8l0O5a9Or9bbyTLUKDL7SW0 EzEWpykO/9an72N5AjDp/yDWrZzqGHldn3Jes= Received: by 10.142.207.8 with SMTP id e8mr449360wfg.13.1227087984949; Wed, 19 Nov 2008 01:46:24 -0800 (PST) Received: by 10.142.207.2 with HTTP; Wed, 19 Nov 2008 01:46:24 -0800 (PST) Message-ID: <4b5157c30811190146l2c6a5e2cv4a085bcc14ae5f4@mail.gmail.com> Date: Wed, 19 Nov 2008 10:46:24 +0100 From: "Paolo Donadeo" To: "OCaml mailing list" Subject: Re: [Caml-list] Wanted: your feedback on the hierarchy of OCaml Batteries Included In-Reply-To: <1227076192.6290.7.camel@Blefuscu> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <1227002178.6170.25.camel@Blefuscu> <200811182330.03947.jon@ffconsultancy.com> <1227076192.6290.7.camel@Blefuscu> X-Spam: no; 0.00; ocaml:01 ocaml:01 lib:01 lib:01 caml-list:01 python:03 python:03 module:03 hierarchy:03 library:03 library:03 namespace:07 standard:07 standard:07 hasn't:08 Couldn't we take inspiration from the Python standard library [1]? Python hasn't namespace but is provided with a module system similar to OCaml *and* the standard library is really impressive. And nobody can say Python is a bureaucratic language like Java :-) [1] http://www.python.org/doc/2.5.2/lib/lib.html -- Paolo ~ ~ :wq