<?xml version="1.0" encoding="ISO-8859-1"?><html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
 <head>
  <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
  <title>Gec Limitations</title>
 </head>
 <body bgcolor="#FFFFFF">
  <table border="0" width="100%">
   <tr>
    <td><font size="6"><strong>Gec Limitations</strong></font></td>
    <td align="right"><a href="technology.html"><img src="image/previous.gif" alt="Previous" border="0" /></a><a href="future.html"><img src="image/next.gif" alt="Next" border="0" /></a></td>
   </tr>
  </table>
  <hr size="1" />
  <p>
   The following Eiffel constructs have not been implemented yet:
   
   
   <blockquote>
    
    <dl>
     	
     <dt>Assertions</dt>
     <dd>
      			not monitored at runtime
      		
     </dd>
     	
     <dt>Garbage Collection</dt>
     <dd>
      			no internal GC, the Boehm GC can be plugged instead
      		
     </dd>
     	
     <dt>Storable</dt>
     <dd></dd>
     	
     <dt>User-defined expanded classes</dt>
     <dd>
      			creation procedure `default_create` is not called
      		
     </dd>
     	
     <dt>Non-conforming inheritance</dt>
     <dd>
      			feature replication still uses the pre-ECMA semantics of 'select'
      		
     </dd>
     	
     <dt>SCOOP</dt>
     <dd></dd>
     	
     <dt>Debugger</dt>
     <dd></dd>
     	
     <dt>Profiler</dt>
     <dd></dd>
     	
     <dt>Cecil (C to Eiffel interface)</dt>
     <dd></dd>
     	
     <dt>Eiffel for .Net</dt>
     <dd></dd>
     
    </dl>
    
   </blockquote>
   
   Note that this list is not exhaustive.
   
  </p>
  <hr size="1" />
  <table border="0" width="100%">
   <tr>
    <td>
     <address><font size="2"><b>Copyright © 2006-2022, Eric Bezault</b><br /><b>mailto:</b><a href="mailto:ericb@gobosoft.com">ericb@gobosoft.com</a><br /><b>http://</b><a href="http://www.gobosoft.com">www.gobosoft.com</a><br /><b>Last Updated: </b>9 January 2022</font></address>
    </td>
    <td align="right" valign="top"><a href="http://www.gobosoft.com"><img src="image/home.gif" alt="Home" border="0" /></a><a href="index.html"><img src="image/toc.gif" alt="Toc" border="0" /></a><a href="technology.html"><img src="image/previous.gif" alt="Previous" border="0" /></a><a href="future.html"><img src="image/next.gif" alt="Next" border="0" /></a></td>
   </tr>
  </table>
 </body>
</html>