Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror
×
Programming IT Technology

Fifth International Eiffel Programming Contest 21

Berend de Boer writes "After a two year hiatus, the Eiffel Struggle is organized again. This series of contests started in 1997. To enter, people have to submit an Eiffel application or library. Closing date is October 31. Entries are judged according to 12 criteria. Entries are ranked into gold, silver and bronze. In order of rank, winners will be able to pick one of the prizes ."
This discussion has been archived. No new comments can be posted.

Fifth International Eiffel Programming Contest

Comments Filter:
  • Eiffel.NET (Score:3, Interesting)

    by Per Wigren ( 5315 ) on Wednesday May 28, 2003 @05:26PM (#6061242) Homepage
    I love Eiffel, it's a beautiful language! The only problem is that because almost nobody else uses it, I can't use it either because I have to stay compatible with others.. I wish the smarteiffel-programmers will make it a full CLR-language so I can use .NET-classes and make my Eiffel-classes usable by others...
  • Re:Eiffel.NET (Score:3, Interesting)

    by berenddeboer ( 305245 ) on Wednesday May 28, 2003 @07:36PM (#6062381) Homepage

    Agreed. Correctness is not something programmers are interested in, it seems. Why else are people still using languages that cannot assure that you do not compare metres and feet [space.com]? Why are people still using languages that cannot assure you don't have buffer overflows?

    Testing doesn't help, because your tests can have bugs too and are probably incomplete. It's gives a lot of peace to the mind if you hit the compile button in Eiffel and it compiles successfully.

    That does not imply Eiffel is the end of the road. I would like to see something like Spark [sparkada.com] being available for Eiffel.

  • Re:Eiffel.NET (Score:4, Interesting)

    by morgajel ( 568462 ) on Thursday May 29, 2003 @08:47AM (#6066637)
    For a Programming Languages class we covered eiffel.
    nearly everyone who took the class walked away with a bad experience. Why? Because of the documentation.
    If you want eiffel to be more widely used, I highly suggest someone writing some decent documentation. Perhaps a searchable database of object, along with description of what the objects do and what their functions do.

    That was my only real complaint. the current documentation sucks.

All great discoveries are made by mistake. -- Young

Working...