Browse thread
Re: OCaml's Cathedral & Bazaar (was Re: [Caml-list] Completeness of "Unix" run-time library)
-
John Carr
-
Richard Jones
- Jacques Garrigue
- Benjamin Geer
- Michael Vanier
- Sven Luther
-
Richard Jones
[
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: | John Goerzen <jgoerzen@c...> |
| Subject: | Re: OCaml's Cathedral & Bazaar (was Re: [Caml-list] Completeness of "Unix" run-time library) |
On Wed, Apr 07, 2004 at 04:31:01PM -0700, Dustin Sallings wrote: > >saw one poster on haskell group call it a science > >project. I agree. The Haskell is nibbling around the > >edges but not providing industrial-strength libraries, > > I'm not so sure, there seems to be a lot here: > > http://www.haskell.org/ghc/docs/latest/html/libraries/index.html Actually, much of what is there are just basics that you'd find anywhere -- directory scanning, etc. Though it does seem to have better support for POSIX libraries than OCaml (which is a sad commentary itself). Things that are notably missing from Haskell, judging by that list, include: * Generic URL handling and HTTP client libraries * IMAP * POP * SMTP * NNTP * Databases of any sort * XML and XML-RPC * E-mail/MIME parsing (another huge problem right there) * Thread support * Curses Compare that to, for instance: http://www.python.org/doc/current/modindex.html You'll see even more there, including MacOS resource forks, audio support, etc. Not to mention the huge Python add-on community or the even larger Perl one. ------------------- 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