Browse thread
what do I need to know to understand camlp4
[
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: | David MENTRE <dmentre@l...> |
| Subject: | Re: [Caml-list] what do I need to know to understand camlp4 |
Hello, 2010/9/23 ben kuin <benkuin@gmail.com>: > I'm a Ocaml n00b (without any degree). Therefore I have a faible for > everything that makes Ocamls syntax more algol/imperative like [1]. If you are new to OCaml, I strongly advise you to learn it the way it is, with its syntax (somewhat quirky[1], I admit). You are going to learn a *lot* more than trying to fit it in your current imperative knowledge. Sincerely yours, david [1] Compared to other programming languages. I know the syntax is the way it is for precise reasons (currying, closer to mathematical notation, ...).