Jump to content

Eiffel: Difference between revisions

From EDM2
mNo edit summary
Line 39: Line 39:
* [news:comp.lang.eiffel comp.lang.eiffel] - Low volume group - Go to the [https://groups.google.com/forum/#!forum/comp.lang.eiffel Google groups version] if your ISP does not offer USENET access or you are in any other way newsgroup challenged.
* [news:comp.lang.eiffel comp.lang.eiffel] - Low volume group - Go to the [https://groups.google.com/forum/#!forum/comp.lang.eiffel Google groups version] if your ISP does not offer USENET access or you are in any other way newsgroup challenged.
==Standards==
==Standards==
* [www.eiffel-nice.org/index.html NICE] - The "Nonprofit International Consortium for Eiffel" organisation, created some of the early standards.
* [http://www.ecma-international.org/publications/standards/Ecma-367.htm Standard ECMA-367] Eiffel: Analysis, Design and Programming Language - 2nd edition (June 2006) - The first international Eiffel standard.
* [http://www.ecma-international.org/publications/standards/Ecma-367.htm Standard ECMA-367] Eiffel: Analysis, Design and Programming Language - 2nd edition (June 2006) - The first international Eiffel standard.
[[Category:Programming Languages]] [[Category:Eiffel]]
[[Category:Programming Languages]] [[Category:Eiffel]]

Revision as of 04:20, 4 February 2015

Object oriented structured programming language in the Algol family, originally designed by Bertrand Meyer and partially inspired by Simula. Much like SmallTalk Eiffel has also suffered in the last few years due to companies that built commercial tools for the language have turned their attention to Java. The language has a reputation as the language you turn to when other languages and tools have failed, particularly with large programming projects, although this has been downplayed a little as more tools for "programming in the large" appear for more mainstream languages. However the clean object-orientation features of Eiffel really have no like in other languages even with other O-O languages such as Smalltalk and Java, this means that creating code that is easy to re-factor or change outright makes it a really coherent tool for prototyping and for software that needs to be adjusted frequently such as market trading software.

A list of OS/2 implementations of Eiffel

Classes and bindings

A list of DOS implementations of Eiffel

A list of Eiffel implementations that run under WinOS/2

A list of Eiffel implementations that run under Java

  • J-Eiffel - Eiffel to Java compiler - Open source - Discontinued

Publications

  • Bertrand Meyer: Object Oriented Software Construction - ISBN 0136291554 - In Print
The book where Eiffel was first described, but is actually a textbook of object-oriented methods rather than a Eiffel tutorial, originally published in 1988.
  • Bertrand Meyer: Eiffel, the Language - ISBN 0-13-247925-7 - In Print
  • Frieder Monninger: Eiffel. Objektorientiertes Programmieren in der Praxis Gebundene Ausgabe - Heise Heinz - 1998 - ISBN-10: 3882290285 - ISBN-13: 978-3882290288 - Out of print
By the gent behind the old Visual Eiffel compiler & IDE.
  • IDL Eiffel CORBA Binding - By Tower Technology Corp., Cindy de la Torre Cicalese of George Washington University and Kim Rochat of IBM. - Initial proposal for standardisation by Tower Technology.

Related articles

Tutorials and other learning material

Links

USENET

Standards

  • [www.eiffel-nice.org/index.html NICE] - The "Nonprofit International Consortium for Eiffel" organisation, created some of the early standards.
  • Standard ECMA-367 Eiffel: Analysis, Design and Programming Language - 2nd edition (June 2006) - The first international Eiffel standard.