CodeArchaeology
  • Home
  • Languages
  • Encyclopedia
  • Blog
  • Getting Docker
  • About

Eiffel

Hello World in Eiffel

January 15, 2025 eiffelhello-worldbeginnergetting-starteddesign-by-contract

Every programming journey starts with Hello World. Let’s write our first Eiffel program using EiffelStudio, the primary Eiffel development environment.

The Code

Create a file named hello.e: …

Read more →

Variables and Types in Eiffel

March 19, 2026 eiffelvariablestypesdata-types

In Eiffel, variables are called attributes when they belong to a class and locals when they exist within a routine. As a statically and strongly typed object-oriented language, every variable must …

Read more →

CodeArchaeology

Exploring programming languages from the popular to the obscure - proving they all still run on modern machines

Quick Links

  • Home
  • Languages
  • Encyclopedia
  • Blog
  • Getting Docker
  • About

Recent Languages

  • ChaiScript
  • Cairo
  • C/C++ Preprocessor
  • Bzip2
  • C Shell

© 2026 CodeArchaeology. All rights reserved.

Built with Hugo | Examples on GitHub