This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
eiffel:start [2017/04/24 23:40] jonathan |
eiffel:start [2019/07/01 16:09] (current) jonathan |
||
---|---|---|---|
Line 1: | Line 1: | ||
=====Eiffel Language Resources===== | =====Eiffel Language Resources===== | ||
- | [[http://www.eecs.yorku.ca/~eiffel/eiffel-guide-friess/eiffel-guide/|A Guide to Eiffel Syntax]] | + | Eiffel Introduction |
- | * [[https://www.eiffel.org/doc/eiffel/Eiffel%20programming%20language%20syntax|Detailed Syntax]] | + | |
+ | *[[http://www.eecs.yorku.ca/~eiffel/eiffel-guide/|A Guide to Eiffel Syntax]] | ||
+ | *[[https://www.eiffel.org/doc/eiffel/Language_reference|Eiffel Language Reference]] (Quick Reference and Void Safety) | ||
+ | * [[https://www.eiffel.org/doc/eiffel/Eiffel_programming_language_syntax|Detailed Syntax]] | ||
[[https://www.eiffel.org/files/doc/static/trunk/libraries/base/index.html|Online API]] - searchable API | [[https://www.eiffel.org/files/doc/static/trunk/libraries/base/index.html|Online API]] - searchable API | ||
Line 10: | Line 13: | ||
[[https://wiki.eecs.yorku.ca/project/eiffel/_media/getting_started:eiffel-essentials.pdf|Eiffel Essentials]] - includes introduction to agents, BON notation, style guidelines and syntax keywords | [[https://wiki.eecs.yorku.ca/project/eiffel/_media/getting_started:eiffel-essentials.pdf|Eiffel Essentials]] - includes introduction to agents, BON notation, style guidelines and syntax keywords | ||
- | [[http://tecomp.sourceforge.net/index.php?file=doc/lang/tutorial.txt|Eiffel Tutorial]] - instructional tutorial by Helmut Brandl | + | [[https://wiki.eecs.yorku.ca/project/eiffel/_media/getting_started:eiffel-style.pdf|A Sense of Style]] - a guide to choosing suitable class/feature names and code formatting. See more [[:eiffel:style|here]]. |
- | [[https://wiki.eecs.yorku.ca/project/eiffel/_media/getting_started:eiffel-style.pdf|A Sense of Style]] - a guide to choosing suitable class/feature names and code formatting | ||
[[https://wiki.eecs.yorku.ca/project/eiffel/_media/getting_started:etl_tuples.pdf|Tuples]]. | [[https://wiki.eecs.yorku.ca/project/eiffel/_media/getting_started:etl_tuples.pdf|Tuples]]. | ||
Line 19: | Line 22: | ||
[[https://wiki.eecs.yorku.ca/project/eiffel/_media/getting_started:etl_agents.pdf|Agents]]. [[:eiffel:agents:simplified|Simplified notation]]. | [[https://wiki.eecs.yorku.ca/project/eiffel/_media/getting_started:etl_agents.pdf|Agents]]. [[:eiffel:agents:simplified|Simplified notation]]. | ||
- | [[http://docs.eiffel.com/book/method/void-safe-programming-eiffel|Void Safety]]. {{ :eiffel:meyer-voidsafety.pdf |Ending Null Pointer Crashes}} | + | [[http://anonymous@svn.eecs.yorku.ca/repos/sel-open/misc/tutorial/|Snippets of Eiffel Code]] (login with ''anonymous'', no passwd required). |
+ | [[http://docs.eiffel.com/book/method/void-safe-programming-eiffel|Void Safety]]. | ||
+ | * {{ :eiffel:meyer-voidsafety.pdf |Ending Null Pointer Crashes}}; Void safety relies on type declarations and static analysis. |