Talk:Eiffel (programming language): Difference between revisions

Content deleted Content added
De-preachified the article a bit
 
(339 intermediate revisions by 64 users not shown)
Line 1:
{{WikiProject banner shell|class=Start|1=
This all reads a bit like advertising copy for the ISE commercial product. Is there someone out there who actually knows Eiffel, but also knows something else and can give a more realistic appraisal. (Yes, it does look like a nice language, but there are other nice languages, and this stuff is just over the top.)
{{WikiProject Computing|importance=mid}}
-- Geronimo Jones.
{{WikiProject Computer science|importance=mid}}
(This comment is now largely obsolete due to much work on the page. Thanks guys.) -- Geronimo Jones.
}}
 
[[/Expanded draft]]
----------
 
== Archives ==
I have taken out a lot of preachiness in the recent changes to the "facism" section and tried to make it more factual; however, it was so absurd to begin with (and I am such an Eiffel advocate) that it may require more work.
[[/Archive 1]]
 
== External links modified ==
Also, I removed unsubstantiated and inflamatory claims that Eiffel compilers are somehow "smarter" than C++ compilers. The discussion of moving runtime analysis to compile time presumably refers to the SmartEiffel compiler's ability to devirtualize method calls, and even to inline dynamically dispatched methods. However, this alone (while clever) is no great compiler breakthrough---Self and Smalltalk have had devirtualization for years---and it certainly doesn't allow SmartEiffel to claim that it's "smarter" than C++ compilers (some of which, in fact, can also do some devirtualization). On the contrary, SmartEiffel produces C code, and therefore leaves all the difficult aspects of compilation to the C++ compiler (eg. optimization, register assignment, etc.).
 
Hello fellow Wikipedians,
 
I have just modified one external link on [[Eiffel (programming language)]]. Please take a moment to review [https://en.wikipedia.org/w/index.php?diff=prev&oldid=801214014 my edit]. If you have any questions, or need the bot to ignore the links, or the page altogether, please visit [[User:Cyberpower678/FaQs#InternetArchiveBot|this simple FaQ]] for additional information. I made the following changes:
*Added archive https://web.archive.org/web/20040604193933/http://cetus-links.org/oo_eiffel.html to http://www.cetus-links.org/oo_eiffel.html
 
When you have finished reviewing my changes, you may follow the instructions on the template below to fix any issues with the URLs.
 
{{sourcecheck|checked=false|needhelp=}}
 
Cheers.—[[User:InternetArchiveBot|'''<span style="color:darkgrey;font-family:monospace">InternetArchiveBot</span>''']] <span style="color:green;font-family:Rockwell">([[User talk:InternetArchiveBot|Report bug]])</span> 10:58, 18 September 2017 (UTC)
 
== Renaming mechanism flaw ==
 
Dear editors:
In 2022, it was discovered that the Eiffel's renaming mechanism has
serious semantic flaws, please refer to the following repo and pdf doc
for the report, and code example to demonstrate the semantic issue:
https://github.com/joortcom/eiffel_rename
https://github.com/joortcom/eiffel_rename/blob/main/eiffel_rename.pdf
Please verify the new findings as reported there, and update the
wikipedia page of the Eiffel language.
BTW, you can also check the following repo for a new design pattern
that solved the diamond problem of multiple inheritance cleanly and
generally, based on the above findings:
https://github.com/joortcom/DDIFI
Happy editing!
Regards. [[User:Joeyz44|Joeyz44]] ([[User talk:Joeyz44|talk]]) 15:53, 21 June 2025 (UTC)