Blue (programming language)

From Wikipedia, the free encyclopedia

  (Redirected from Blue programming language)
Jump to: navigation, search

Blue refers to two different and unrelated computer programming languages.

Contents

[edit] Monash University

Monash University's Blue is a free system for teaching object-oriented programming. It is an integrated development environment (IDE) and a programming language. Blue has been used for teaching since 1997. The development was stopped in 1999 when one of its principals, Michael Kölling, began applying the IDE design to the Java programming language, resulting in BlueJ.

The Blue language syntax is derived from the Eiffel programming language and one of the most useful developments for instruction was the integrated development environment which was designed with learning object-oriented programming in mind. The Blue IDE visually shows the reference and inheritance relationships between classes. At run time it allows the developer to visually and interractively create instances of any class, inspect the instance, and invoke functions on those classes.

Many of the language features it has inherited from Eiffel make it suitable for teaching, such as design by contract (pre-conditions, post-conditions, class invariants) and automatic garbage collection.

The team that developed Blue has continued on with a very similar integrated development environment called BlueJ which uses the Java programming language and has similar goals. The BlueJ project is under active development.

[edit] Erik Lechak

Erik Lechak's Blue is a language with a minimalistic syntax.

[edit] External links

[edit] Monash

[edit] Lechak