home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 3: Developer Tools / Linux Cubed Series 3 - Developer Tools.iso / devel / lang / eiffel / smalleif.97 / se.t / SmallEiffel / misc / SmallEiffel.FAQ < prev    next >
Encoding:
Text File  |  1996-05-02  |  823 b   |  26 lines

  1. Frequently Asked Question on SmallEiffel :
  2. ----------------------------------------
  3.  
  4. Q01: Is it possible to do incremental compilation with 
  5.      SmallEiffel ?
  6.  
  7. Q02: Why the name SmallEiffel ?
  8.  
  9. Q03: What about the numbering of Version ?
  10.  
  11. ----------------------------------------
  12.  
  13. A01: No, SmallEiffel always compile a root class from scratch.
  14.      It is because of the SmallEiffel type inference mechanism.
  15.  
  16. A02: It comes from the mixing of names SmallTalk and Eiffel.
  17.      Our aim is to do an Eiffel environment as easy to use
  18.      as SmallTalk and as safe as Eiffel.
  19.  
  20. A03: Numbering of versions use negatives numbers. As usual, more 
  21.      greater the number is, more advanced is the version.
  22.      First distributed version was numbered -0.99 
  23.      Version number -0.0 should be the very best one on this
  24.      planet :-)
  25.  
  26.