caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: "Mikkel Fahnøe Jørgensen" <mikkel@dvide.com>
To: David Rajchenbach-Teller <David.Teller@ens-lyon.org>
Cc: OCaml <caml-list@inria.fr>
Subject: Re: [Caml-list] [ANN] OCaml Batteries Included, alpha 3
Date: Sat, 7 Feb 2009 15:21:17 +0100	[thread overview]
Message-ID: <caee5ad80902070621v3771af6cu5cfc692ca37a7fec@mail.gmail.com> (raw)
In-Reply-To: <1233936696.6216.65.camel@Blefuscu>

Great work.

I just quickly scanned the Batteries slideshow.
Regarding the analysis of popular languages, I agree.
But I think one very important aspect is being overlooked:

I think the build system is extremely important, just after library support.

I believe the success of "scripting" and especially dynamic typing is
that you can just write some code and run it. Rarely do have to
consider make files etc. Of course, the problem sometimes just
multiplies so all end users have to deal with installing the proper
libraries, but this is partially offset by having good standard
libraries.

I also believe the success of dynamic typing is mostly due to the fact
that you can just get starting doing whatever you like. Fortunately
for OCaml this is also true for type inference, and I think this is
why so many Ruby programmers also look a little into OCaml.

I think the build environment is one of OCamls great weaknesses and
that we need to improve here before the language well ever go
mainstream. Most of these problems relate to a comparatively complex
ocaml tool chain, but another problem is the tendency of library
writers to delibarately use non-portable tools where they are not
really needed - simply because others do the same and eventually it
just becomes to difficult to support cross platform builds.

So in conclusion, Batteries is a very important contribution but we
must also improve on the tool chains and build environment.
ocamlbuild, flexdll, cross platform findlib and ocamlmklib are all
steps in the right direction.

Mikkel

2009/2/6 David Rajchenbach-Teller <David.Teller@ens-lyon.org>:
>     Dear list,
>
>  We're happy to inform you  that OCaml Batteries Included alpha 3 is now
> available for download [1] and/or GODI installation. You may find the
> new documentation on-line [2], as well as release notes [3], extended
> release notes [4] and the slides for the OCaml Meeting talk [5]. The
> list of changes is a tad too long to present here, but the important
> part is that we're progressing towards maturity.
>
> Enjoy!
>
> The OCaml Batteries Included team
>
> [1] http://forge.ocamlcore.org/frs/?group_id=17&release_id=73
> [2]
> http://forge.ocamlcore.org/docman/index.php?group_id=17&selected_doc_group_id=59&language_id=1
> [3]  https://forge.ocamlcore.org/frs/shownotes.php?release_id=73
> [4]
> http://dutherenverseauborddelatable.wordpress.com/2009/02/06/ocaml-batteries-included-alpha-3/
> [5]
> http://forge.ocamlcore.org/docman/index.php?group_id=77&selected_doc_group_id=84&language_id=1
>
> --
> David Teller-Rajchenbach
>  Security of Distributed Systems
>  http://www.univ-orleans.fr/lifo/Members/David.Teller
>   « Ce matin Un crétin A tué un chercheur. » (air connu)
>   Latest News of French Research: System being liquidated. Researchers angry.
>
> _______________________________________________
> Caml-list mailing list. Subscription management:
> http://yquem.inria.fr/cgi-bin/mailman/listinfo/caml-list
> Archives: http://caml.inria.fr
> Beginner's list: http://groups.yahoo.com/group/ocaml_beginners
> Bug reports: http://caml.inria.fr/bin/caml-bugs
>


  reply	other threads:[~2009-02-07 14:21 UTC|newest]

Thread overview: 38+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-02-06 16:11 David Rajchenbach-Teller
2009-02-07 14:21 ` Mikkel Fahnøe Jørgensen [this message]
2009-02-07 14:43   ` Sylvain Le Gall
2009-02-07 14:58     ` [Caml-list] " Jon Harrop
2009-02-07 15:13       ` Sylvain Le Gall
2009-02-07 16:13         ` [Caml-list] " Matthieu Dubuget
2009-02-07 19:30           ` David Rajchenbach-Teller
2009-02-07 21:13             ` Matthieu Dubuget
2009-02-09  9:36           ` Romain Bardou
2009-02-09 15:56             ` David Teller
2009-02-07 15:46       ` Paolo Donadeo
2009-02-09  9:32       ` Romain Bardou
2009-02-09 10:30         ` ocamlbuild documentation (was Re: [Caml-list] Re: [ANN] OCaml Batteries Included, alpha 3) Daniel Bünzli
2009-02-09 11:51           ` Romain Bardou
2009-02-09 12:30             ` Daniel Bünzli
2009-02-09 12:52               ` Romain Bardou
2009-02-09 13:07                 ` Daniel Bünzli
2009-02-09 13:22                   ` Romain Bardou
2009-02-09 13:36                     ` Daniel Bünzli
2009-02-09 13:59                       ` Romain Bardou
2009-02-09 14:04                         ` Romain Bardou
2009-02-09 14:37                           ` Daniel Bünzli
2009-02-09 17:26                             ` Kuba Ober
2009-02-09 18:28                         ` Jon Harrop
2009-02-09 21:24                           ` DooMeeR
2009-02-10 14:06                             ` ocamlbuild documentation Jan Kybic
2009-02-10 14:27                               ` [Caml-list] " Matthieu Dubuget
     [not found]                                 ` <87k57ywc0k.fsf@fel.cvut.cz>
2009-02-10 15:50                                   ` Matthieu Dubuget
2009-02-10 15:58                                     ` Daniel Bünzli
2009-02-09 18:38                     ` ocamlbuild documentation (was Re: [Caml-list] Re: [ANN] OCaml Batteries Included, alpha 3) David Teller
2009-02-09 22:02         ` [Caml-list] Re: [ANN] OCaml Batteries Included, alpha 3 Peter Hawkins
2009-02-09 22:45           ` Mikkel Fahnøe Jørgensen
2009-02-09 22:55             ` Mikkel Fahnøe Jørgensen
2009-02-10  7:48             ` Stefano Zacchiroli
2009-02-10 13:22               ` Mikkel Fahnøe Jørgensen
2009-02-07 20:04     ` Daniel Bünzli
2009-02-08 17:22   ` [Caml-list] " Richard Jones
2009-02-09  8:57     ` David Allsopp

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=caee5ad80902070621v3771af6cu5cfc692ca37a7fec@mail.gmail.com \
    --to=mikkel@dvide.com \
    --cc=David.Teller@ens-lyon.org \
    --cc=caml-list@inria.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).