Browse thread
Re: speed versus C
- Pierre Weis
[
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: | 1999-10-07 (15:51) |
From: | Pierre Weis <Pierre.Weis@i...> |
Subject: | Re: speed versus C |
> Equally, it's not a good idea to adopt too much ref-trans style, and > ocaml, thank heavens, supports both very well. Imperative programming > is either better from an efficiency point of view, or stylistically > closer to the best way of thinking about the problem, or both. Yes, Caml was designed to provide as good support as possible for both functional and imperative programming style, and to encourage a smooth interaction between the two styles in user's programs. To be precise, we claim for decades now, that the power of Caml is its ability to handle a free mixture of various programming styles. That's why the logo I prefer for Caml is a Yin-Yang sign where the dots are replaced by a $\lambda$ and a \verb":="... (See http://cristal.inria.fr/~weis/books-fra.html to get an idea of the image). Pierre Weis INRIA, Projet Cristal, Pierre.Weis@inria.fr, http://cristal.inria.fr/~weis/