Browse thread
Experiences with learning OCaml?
[
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: | William Lovas <wlovas@s...> |
| Subject: | Re: [Caml-list] Experiences with learning OCaml? |
On Thu, Nov 25, 2004 at 03:40:30AM -0800, whenning@ucsd.edu wrote:
> Although I've of course Googled around for potential books to select, are
> there any ones particularly suited for someone in my position?
If you prefer dead trees, a decent book on the functional style is "The
Functional Approach to Programming" by Cousineau and Mauny:
http://pauillac.inria.fr/cousineau-mauny/main.html
As an added bonus, it uses Caml syntax -- but on the minus side, i really
do mean "Caml" syntax, and not "O'Caml", so there's a small translation
barrier you have to go through. Nothing that's insurmountable with the
O'Caml manual handy, though.
cheers,
William