eiffel Questions

8

A lot of my functions have a whole load of validation code just below the declarations: if ( ! (start < end) ) { throw new IllegalStateException( "Start must be before end." ); } I'd like t...
Polis asked 25/7, 2011 at 12:44

3

I know that both Eiffel (the progenitor) and Racket both to implement "Design by Contract" features. Sadly, I am not sure how one would different from the other. Eiffel's DBC is reliant on the OOP ...
Yeargain asked 15/4, 2011 at 2:5

6

Is there some library that allows me to easily and conveniently create Object-Oriented callbacks in c++? the language Eiffel for example has the concept of "agents" which more or less work like th...
Clearness asked 19/8, 2010 at 8:52

3

Does anyone have any experiences in learning the language Eiffel. Is the Eiffel Studio like Visual Studio? Is it a good route to take to learn OOP? etc.
Remark asked 20/4, 2010 at 7:52

2

I had the "pleasure" to be taught Eiffel at college by none other than Bertrand Meyer himself and just read that .NET 4.0 will include design by contract. Can anyone with some insight elaborate on...
Hsu asked 16/6, 2009 at 18:6
1

© 2022 - 2024 — McMap. All rights reserved.