Browse thread
Re: [Caml-list] ocaml complexity
-
leary@n...
- Jonathan Coupe
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Jonathan Coupe <jonathan@m...> |
| Subject: | Re: [Caml-list] ocaml complexity |
> I'd wager that 90% of the reason Perl is so huge is due to _Learning Perl_. > Neophytes can start writing interactive programs on page 7. I went from > near zero programming ability to writing an IDL parser/EDI data tranlator > in about a month or so using that and Programming Perl -- for which the OCaml > manual is a semi-reasonable, if terse and dry, match. Is there hope for > the coming O'Reilly translation, or does it too think that I/O (i.e. doing > something useful and interesting) is something best left for the later > chapters (or the reference section)? It's hard for me to believe that > OCaml can be both so good, and so unpopular (read: badly documented (read: > no friendly tutorials)). From whence _Learning OCaml_? Books are important. Perl's are superb at getting a new user started. A Learning OCaml would be a good thing. But Perl's spread is also dues to at least four other factors: 1. Perl was perceived by the adopters who gave it critical mass as being fundamentally like the languages they already knew (bash, C, Awk) It was a low risk, low effort, low fear choice. 2. Perl is aimed most of all at small projects. The risk of trying new tools in this space is low - throwing away a 200 lines of code is annoying, but not job threatening. And benefits are quickly perceiveable. Ocaml's best use is probably larger projects beyond the scope of scripting languages. Throwing a way an even quarter completed project is likely to mean the loss of several thousand lines of coding effort, and you're unlikely to have proveable benefits until the end of the first project, which is more likely to be months, not days or hours, after starting work. 3. Perl's regexp gave it a decisive edge in several rapidly expanding niches. 4. Its easy to perceive Perl's strengths from an initial examination, and perhaps harder to pick up on its weaknesses. Jonathan Coupe ------------------- Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr