From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Original-To: caml-list@sympa.inria.fr Delivered-To: caml-list@sympa.inria.fr Received: from mail3-relais-sop.national.inria.fr (mail3-relais-sop.national.inria.fr [192.134.164.104]) by sympa.inria.fr (Postfix) with ESMTPS id 116C57EE80 for ; Sun, 24 Mar 2013 00:33:32 +0100 (CET) Received-SPF: None (mail3-smtp-sop.national.inria.fr: no sender authenticity information available from domain of rich@annexia.org) identity=pra; client-ip=80.68.91.176; receiver=mail3-smtp-sop.national.inria.fr; envelope-from="rich@annexia.org"; x-sender="rich@annexia.org"; x-conformance=sidf_compatible Received-SPF: Pass (mail3-smtp-sop.national.inria.fr: domain of rich@annexia.org designates 80.68.91.176 as permitted sender) identity=mailfrom; client-ip=80.68.91.176; receiver=mail3-smtp-sop.national.inria.fr; envelope-from="rich@annexia.org"; x-sender="rich@annexia.org"; x-conformance=sidf_compatible; x-record-type="v=spf1" Received-SPF: None (mail3-smtp-sop.national.inria.fr: no sender authenticity information available from domain of postmaster@furbychan.cocan.org) identity=helo; client-ip=80.68.91.176; receiver=mail3-smtp-sop.national.inria.fr; envelope-from="rich@annexia.org"; x-sender="postmaster@furbychan.cocan.org"; x-conformance=sidf_compatible X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AmAFABk7TlFQRFuw/2dsb2JhbABDh1MiAb4AgXYWdIIkAQEFOj8QCw4KCRMSDwUoIROIGMELhgeJEQeCX2EDlmaRBYMKPA X-IPAS-Result: AmAFABk7TlFQRFuw/2dsb2JhbABDh1MiAb4AgXYWdIIkAQEFOj8QCw4KCRMSDwUoIROIGMELhgeJEQeCX2EDlmaRBYMKPA X-IronPort-AV: E=Sophos;i="4.84,897,1355094000"; d="scan'208";a="7596619" Received: from furbychan.cocan.org ([80.68.91.176]) by mail3-smtp-sop.national.inria.fr with ESMTP/TLS/AES256-SHA; 24 Mar 2013 00:33:29 +0100 Received: from rich by furbychan.cocan.org with local (Exim 4.72) (envelope-from ) id 1UJXwB-0004VU-CT; Sat, 23 Mar 2013 23:33:23 +0000 Date: Sat, 23 Mar 2013 23:33:23 +0000 From: "Richard W.M. Jones" To: Yaron Minsky Cc: jon@ffconsultancy.com, caml-list@inria.fr Message-ID: <20130323233323.GC30390@annexia.org> References: <878v5lca2c.fsf@li195-236.members.linode.com> <9813208.KJBpLPkkvX@groupon> <069c01ce25ab$a9cf3f10$fd6dbd30$@ffconsultancy.com> <06b901ce25ca$cc415be0$64c413a0$@ffconsultancy.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.20 (2009-06-14) Subject: Re: [Caml-list] Re: Haskell vs OCaml On Thu, Mar 21, 2013 at 04:58:32PM -0400, Yaron Minsky wrote: > On Wed, Mar 20, 2013 at 8:26 PM, Jon Harrop wrote: > > Yaron wrote: > >> I don't think OCaml is unfriendly to commercial users > > > > I meant that few people buy or sell commercial OCaml code compared to .NET, > > particularly when the target market is OCaml programmers themselves. > > I agree, I would not recommend basing a business on selling OCaml code > to programmers. Or *selling* any code to programmers. Just release the source. Developers don't want to deal with licensing and binary blobs. On Wed, Mar 20, 2013 at 8:26 PM, Jon Harrop wrote: > One obvious one is GUI programming where I found OCaml+LablGTK to be > anything but highly productive. Gtk sucks from every language I've tried. Rich.