Previous Contents Next

Introduction

Having reached this point, the reader should no longer doubt the richness of Objective CAML. This language rests on a functional and imperative core, and it integrates the two major application organization models: modules and objects. While presented as libraries, threads are an attractive part of the language. The system primitives, portable for the most part, complete the language with all the possibilities offered by distributed programming. These different programming paradigms are shaped within the general framework of static typing with inference. For all that, these elements do not, in themselves, settle the question of Objective CAML's relevance for developing applications, or more prosaically, ``is it a good language?''

None of the following classic arguments can be used in its favor: We'll review one last time the various features of the language, but this time from the angle of its relevance for answering a development team's needs. The criteria selected to make up the elements of our evaluation take into account the intrinsic qualities of the language, its development environment, the contributions of its community and the significant applications which have been achieved. Finally we'll compare Objective CAML with several similar functional languages as well as the object-oriented language Java in order to underscore the main differences.


Previous Contents Next