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: | Martin Berger <martinb@d...> |
| Subject: | Re: [Caml-list] Experiences with learning OCaml? |
> Firstly, I suggest that you should know some basic theory of > lambda calculus, which definitely help you understand > functional programming better. while i agree that the lambda calculus is beautiful and very helpful in understanding functional programming, for someone with a strong background in programming, i recommend learning a functional language first and then, later, to delve into the world of lambda. martin