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 becoming available in 1986. In 2005, Eiffel became an ISO-standardized language. 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: class-based programming • concurrent computing • generic programming • multi-paradigm programming • 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: 2024-10-09