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: | Keith Wansbrough <Keith.Wansbrough@c...> |
| Subject: | Re: OCaml's Cathedral & Bazaar (was Re: [Caml-list] Completeness of "Unix" run-time library) |
John Goerzen <jgoerzen@complete.org> writes: > On Wed, Apr 07, 2004 at 04:31:01PM -0700, Dustin Sallings wrote: > > I'm not so sure, there seems to be a lot here: > > > > http://www.haskell.org/ghc/docs/latest/html/libraries/index.html [..] > Things that are notably missing from Haskell, judging by that list, include: > > * Generic URL handling and HTTP client libraries Exists to some degree. > * IMAP > * POP > * SMTP > * NNTP agree > * Databases of any sort At least two low-level bindings (each binding to MySQL, ODBC, ...) exist, and work is continuing on a higher-level API. > * XML and XML-RPC XML exists - three bindings. > * E-mail/MIME parsing (another huge problem right there) agree. > * Thread support GHC has a rather mature and advanced threading model. > * Curses Not sure. The FFI is fully documented and easy to use, and there are tools that take an annotated C header file or IDL file and automatically convert to foreign-function declarations. HTH. --KW 8-) ------------------- 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