[back to L4 home page]
|
The L4 µ-Kernel Family |
Navigate L3 Section:
Site Navigation:
Quick links: |
The ELAN Programming LanguageWhat is ELAN?From the Nijmegen ELAN manual:Elan is an educational programming language for learning and teaching systematic programming. It was developed in 1974 by a group at the Technical University of Berlin as an alternative to BASIC in teaching, and approved for use in secondary schools in Germany by the ``Arbeitskreis Schulsprache''. It is presently in use in a number of schools in Western Germany, Belgium, The Netherlands and Hungary for informatics teaching in secondary education, and used at the university of Nijmegen in the Netherlands for teaching systematic programming to students from various disciplines and in teacher courses. Elan was especially designed for one specific application area: the teaching of systematic programming. The language is not oriented towards general usage or towards other application areas. It can be seen as a didactic framework embodying a number of ideas about systematic programming and supporting, through specific language mechanisms, the learning of the two complementary programming styles
Elan is a typical algorithmic language in the ALGOL family, more related to ALGOL68 than to PASCAL. The language is not an experiment in language design; both syntactically and semantically it is quite conventional. Its control structures are the conventional Dijkstra structures, in conjunction with a leave-statement. Its data structures are limited to the (fixed size) row and structure - not as rich as ALGOL 68 but much simpler due to the absence of the reference concept. In order to support the learning of systematic programming, it stresses instead the use of abstraction mechanisms. Its striking features are:
ELAN ResourcesBooks
Online Resources
Last modified: Thu Aug 12 19:09:21 1999 |