Browse thread
[Caml-list] OCaml popularity
-
Graham Guttocks
- Gerd Stolpmann
- Nicolas Cannasse
- Martin Weber
[
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: | Markus Mottl <markus@o...> |
| Subject: | Re: [Caml-list] OCaml popularity |
On Fri, 14 Mar 2003, Michal Moskal wrote: > I don't believe replacing perl scripts with ocaml ones is The Right > Thing to do... Just because in simple cases perl or sh is going to be > twice as short. OCaml mainly favors programming in large. "Short" <> "written quickly". OCaml is certainly more verbose than Perl or sh for scripting tasks, but this hardly adds to the development time. Writing down a function call instead of some funny Perl-operator only requires a second more, but makes parsing scripts much simpler for humans. Actually, though I have learnt it, I never use Perl: when I need to write some really trivial script that just executes a couple of commands, I use bash. If it's a bit less trivial, OCaml is already the better choice IMHO. Regards, Markus Mottl -- Markus Mottl markus@oefai.at Austrian Research Institute for Artificial Intelligence http://www.oefai.at/~markus ------------------- To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ Beginner's list: http://groups.yahoo.com/group/ocaml_beginners