Introducing CLOVER: an Object-Oriented Functional Language (1996)
| Venue: | In Proc. Eighth International Workshop on Implementation of Functional Programming Languages |
| Citations: | 5 - 4 self |
BibTeX
@INPROCEEDINGS{Clack96introducingclover:,
author = {Chris Clack and Lee Braine},
title = {Introducing CLOVER: an Object-Oriented Functional Language},
booktitle = {In Proc. Eighth International Workshop on Implementation of Functional Programming Languages},
year = {1996},
pages = {21--38},
publisher = {Springer-Verlag}
}
OpenURL
Abstract
. The search for a language which combines both functional and object-oriented features has a long and distinguished history [15, 16, 10, 8, 9, 34, 6, 17, 33, 39, 19]. The aim is to integrate the formal methods benefits of functional programming with the software engineering benefits of both paradigms. However, to date we know of no language which can claim to be both purely functional and purely object-oriented (and retains complete type safety). We present CLOVER, a new language which is 100% functional and 99% object-oriented. It is also completely type safe. We explain the design issues and how CLOVER achieves its aim. We also explain the "missing" 1%, discuss its relevance, and illustrate how its loss can be extenuated through the use of a new visual programming notation. 1 Introduction The object-oriented (OO) paradigm, together with an appropriate methodology, has successfully delivered many large projects. OO design (OOD) is used extensively in industry since it provides good ...







