|
The syntax page describe the syntax validity for an Eiffel program.
Learning is easier with examples. To get examples provided with SmartEiffel, download and install SmartEiffel if it is not already done. Examples are distributed in tutorial directory. Whenever you need some help about some specific part, have a look to the tutorial. Given examples are both for beginners and experienced Eiffel developpers. Help request: please, we need your feedback and/or help to improve tutorial. Any help is welcome, thanks!
This is some documentation about the embedded SmartEiffel debugger.
All papers here (with summary). Following links goes to the article's summary and full paper download in various formats:
It is easy with SmartEiffel to call Eiffel routines from your external C code, although we encourage you to program everything in Eiffel, which is much nicer than C! The mechanism allowing C code to call Eiffel routines is called Cecil.
It is possible with SmartEiffel to call external code from your Eiffel source code. You can call either external C routines, or external Java routines. You are encouraged to use our plugins system, although the older backend-dependant mechanism still exists (there).
Hmmm... If you're using SmartEiffel, you shouldn't be looking in
this at all!
|