From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail1-relais-roc.national.inria.fr (mail1-relais-roc.national.inria.fr [192.134.164.82]) by walapai.inria.fr (8.13.6/8.13.6) with ESMTP id pBGJugG9016770 for ; Fri, 16 Dec 2011 20:56:43 +0100 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AjsBAHqh605KfVI0imdsb2JhbABEhQyWDJA0CCIBAQEKCQ0HEgYhgXIBAQEEEgIPSAMLDAQLCwYEAQEBAgIJGgMCAiISAQUBCgEJCAYTEhCHYJsBCosdkVuBL4JKhnWBFgSUdo13PYN5 X-IronPort-AV: E=Sophos;i="4.71,365,1320620400"; d="scan'208";a="135792105" Received: from mail-ww0-f52.google.com ([74.125.82.52]) by mail1-smtp-roc.national.inria.fr with ESMTP/TLS/RC4-SHA; 16 Dec 2011 20:56:37 +0100 Received: by wgbdr12 with SMTP id dr12so7917472wgb.9 for ; Fri, 16 Dec 2011 11:56:37 -0800 (PST) MIME-Version: 1.0 Received: by 10.216.131.150 with SMTP id m22mr1475066wei.8.1324065397196; Fri, 16 Dec 2011 11:56:37 -0800 (PST) Received: by 10.180.106.8 with HTTP; Fri, 16 Dec 2011 11:56:37 -0800 (PST) In-Reply-To: <00d101ccbc28$09440c30$1bcc2490$@ffconsultancy.com> References: <00d101ccbc28$09440c30$1bcc2490$@ffconsultancy.com> Date: Fri, 16 Dec 2011 20:56:37 +0100 Message-ID: From: Andrej Bauer To: Jon Harrop Cc: caml-list@inria.fr Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by walapai.inria.fr id pBGJugG9016770 Subject: Re: [Caml-list] Don't forget the user That's a good idea, actually, because the barrier to entry is 0. I could even run my own server. Wasn't there a javascript implementation of the ocaml toplevel? It should be possible to upload/download files, though. On Fri, Dec 16, 2011 at 8:22 PM, Jon Harrop wrote: > Wouldn't it be preferable for students to use OCaml in a browser? I'm just teaching a bunch of people F# and I've recommended tryfsharp.org to them for that reason. Perhaps it would be better to build something comparable in the OCaml world, rather than starting down the arduous route of an easy-to-install optimizing native code compiler? > > Cheers, > Jon. > >> -----Original Message----- >> From: Andrej Bauer [mailto:andrej.bauer@andrej.com] >> Sent: 15 December 2011 07:30 >> To: caml-list@inria.fr >> Subject: [Caml-list] Don't forget the user >> >> Recent discussions on how to improve the Ocaml-on-windows situation are very >> welcome, but I see a lot of tech-speak and little feeling for the users, who care >> just about one thing: to have a click & install distribution of Ocaml that actually >> works. >> >> Keep this in mind: 90% of potential Ocaml users are on Windows, and they never >> heard of Mingw or Cygwin, and they never used a command prompt. >> >> It doesn't matter if the distribution is incomplete. It doesn't matter what is under >> the hood. It doesn't matter what "the expert" thinks about it, much less so what >> Linux people think about it (I am typing this on a Linux box). Someone just needs >> to do it, and Jonathan Protzenko seems an obvious candidate. Jonathan, if you >> have the time to modify your distribution so that it become self-contained, i.e., >> it contains mingw + ocaml (does _not_ separately install mingw, it just sticks it >> under ocaml and then ocaml uses that, independently of whether there already >> is a mingw on the system), I am sure that will be received very positively by many >> people, even though "the experts" >> will spit on it, and will point out that this is not The Right Way, etc. Just do it. >> >> Once we have such a thing, it can be optimized to our hearts content: >> strip down mingw, check if mingw is already there, add support for flexdll, etc. >> >> The said fact is that I would _love_ to teach Ocaml to my students, but I can't >> because installing Ocaml is too hard. Just give me _anything_ that actually >> works. Otherwise I will keep teaching "functional programming" with >> Mathematica... >> >> That's my opinion. >> >> With kind regards, >> >> Andrej >> >> -- >> Caml-list mailing list.  Subscription management and archives: >> https://sympa-roc.inria.fr/wws/info/caml-list >> Beginner's list: http://groups.yahoo.com/group/ocaml_beginners >> Bug reports: http://caml.inria.fr/bin/caml-bugs >