SmallEiffel: Difference between revisions
Appearance
No edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
Originally a [[Eiffel]] subset that outputs [[C]] code and was ported to most OS's in the 1990's including [[DOS]], OS/2 and even some vintage home computer systems, it has since grown to become more or less a complete implementation with an extensive library and was renamed '''SmartEiffel''' after the turn of the century, and is sometimes referred to as "GNU Eiffel" as there were talks of making it a GNU project at one time. | |||
Originally a [[Eiffel]] subset that outputs C code and was ported to most OS's in the 1990's including DOS, OS/2 and even some vintage home computer systems, it has since grown to become more or less a complete implementation with an extensive library and was renamed '''SmartEiffel''' after the turn of the century, and is sometimes referred to as "GNU Eiffel" as there were talks of making it a GNU project at one time. | |||
Development has slowed down considerably in the last few years and is by now mostly stopped, however as it stands at version 2.3 it is stable and mostly feature complete. | Development has slowed down considerably in the last few years and is by now mostly stopped, however as it stands at version 2.3 it is stable and mostly feature complete. | ||
Line 7: | Line 6: | ||
* Last OS/2 version: SmallEiffel -0.80 | * Last OS/2 version: SmallEiffel -0.80 | ||
* Last official version: SmartEiffel 2.3, this should compile easily enough on OS/2 but the library needs to be ported which may be more of an issue. | * Last official version: SmartEiffel 2.3, this should compile easily enough on OS/2 but the library needs to be ported which may be more of an issue. | ||
====Prerequisites==== | ====Prerequisites==== | ||
* C compiler. the -0.80 version supports the IBM C compilers. | * C compiler. the -0.80 version supports the IBM C compilers. | ||
==Links== | ==Links== | ||
* http://smarteiffel.loria.fr - Homepage | * http://smarteiffel.loria.fr - Homepage | ||
* [http://www.liberty-eiffel.org/ Liberty Eiffel] - Aka GNU Eiffel, a fork of Smart Eiffel | * [http://www.liberty-eiffel.org/ Liberty Eiffel] - Aka GNU Eiffel, a fork of Smart Eiffel | ||
==License== | ==License== | ||
* Open source software under the [[GPL v2]] license. | * Open source software under the [[GPL v2]] license. | ||
Line 18: | Line 20: | ||
Ported by: Will Ro, [[Andre Doherty]] | Ported by: Will Ro, [[Andre Doherty]] | ||
==Publications== | ==Publications== | ||
* [http://computer-programming-forum.com/21-eiffel/7fb4d2a268f6ed15.htm SmallEiffel -0.80 and OS/2] (10 July 1998) | * [http://computer-programming-forum.com/21-eiffel/7fb4d2a268f6ed15.htm SmallEiffel -0.80 and OS/2] (10 July 1998) | ||
[[Category:Tools]][[Category:Eiffel]][[Category:MS Windows Tools]][[Category:Linux Tools]][[Category:DOS Tools]] | [[Category:Tools]] | ||
[[Category:Eiffel]] | |||
[[Category:MS Windows Tools]] | |||
[[Category:Linux Tools]] | |||
[[Category:DOS Tools]] |
Revision as of 04:56, 21 March 2016
Originally a Eiffel subset that outputs C code and was ported to most OS's in the 1990's including DOS, OS/2 and even some vintage home computer systems, it has since grown to become more or less a complete implementation with an extensive library and was renamed SmartEiffel after the turn of the century, and is sometimes referred to as "GNU Eiffel" as there were talks of making it a GNU project at one time.
Development has slowed down considerably in the last few years and is by now mostly stopped, however as it stands at version 2.3 it is stable and mostly feature complete.
Version
- Last OS/2 version: SmallEiffel -0.80
- Last official version: SmartEiffel 2.3, this should compile easily enough on OS/2 but the library needs to be ported which may be more of an issue.
Prerequisites
- C compiler. the -0.80 version supports the IBM C compilers.
Links
- http://smarteiffel.loria.fr - Homepage
- Liberty Eiffel - Aka GNU Eiffel, a fork of Smart Eiffel
License
- Open source software under the GPL v2 license.
Author
Ported by: Will Ro, Andre Doherty
Publications
- SmallEiffel -0.80 and OS/2 (10 July 1998)