The following commands are obsolete.
Some people prefer to add the SmartEiffel/bin in their
PATH, so they can directly use those commands. This method is
no longer recommended. Put the se command somewhere in your
PATH instead (e.g. /usr/local/bin on Linux).
compile
Starting from an Eiffel source program, generates the corresponding C code and then
the executable. This is probably the command you want to use.
More about compile here.
The Eiffel to Java byte-code compiler. Starting from an Eiffel source program,
generates the corresponding .class files.
More about compile_to_jvm here.
short
Eiffel interface extraction tool. Can generate documentation using different
formats (ASCII, HTML, etc.)
More about short here.