Chapter 1
Getting Started
Installing Eiffel is just as easy as installing other languages. [TODO]
1.1 Installing Eiffel
- Download and unzip Eiffel.zip from www.eiffel.org/downloads.
- Create the following environment variables
- ISE_C_COMPILER=msc
- ISE_EIFFEL= to be completed
- ISE_LIBRARY=to be completed
- ISE_PLATFORM=win64
- Add %ISE_EIFFEL%/studio/spec/%ISE_PLATFORM%/bin to the PATH.
Checking the Eiffel version.
$ ec -version
ISE EiffelStudio version 15.05.9.6836 GPL Edition - win64
1.2 Your First Eiffel Program
- Open Eiffel Studio
$ estudio
- Create a basic application.
- Run
https://www.youtube.com/watch?v=jBMOSSnCMCk
1.2 Compiling Eiffel (ec)
1.3 Running a simple program (ec)