Eiffel
Eiffel is an object-oriented programming language designed by Bertrand Meyer and Eiffel Software. Meyer conceived the language in 1985 with the goal of increasing the reliability of commercial software development. The first version was released in 1986. In 2005, the International Organization for Standardization (ISO) released a technical standard for Eiffel. Wikipedia
Created Year: 1986Designed by: Bertrand Meyer
Developed by: Bertrand Meyer
Named after: Gustave Eiffel
Aliases: Eiffel (programming language), Eiffel programming language
Wikidata: Q732089
Influenced: Ada • C# • D • Java • Ruby • Scala
Programming paradigms: multi-paradigm programming • generic programming • class-based programming • concurrent computing • object-oriented programming
Language types: interpreted language • multi-paradigm programming language • object-based language
Eiffel Influence Network
Pan and zoom the graph with your mouse or alternatively your fingers on touch devices.
Hello World in Eiffel
indexing "Hello World in Eiffel , from http://roesler-ac.de/wolfram/hello.htm#Eiffel"
class HELLO
creation
run
feature
run is
local
io : BASIC_IO;
do
!!io;
io.put_string("Hello World");
io.put_newline
end; -- run
end; -- class HELLO
Free Eiffel books, articles, documentation
- A Functional Pattern System for Object-Oriented Design - Thomas Kuhne (PDF)
Search on GitHub
| Name | Description | Last pushed to | Open issues | Forks | Stars | Size |
|---|
Latest data update: 2025-12-01