SmallEiffel: Difference between revisions
Appearance
No edit summary |
|||
Line 1: | Line 1: | ||
==Description== | ==Description== | ||
Originally a [[Eiffel]] subset that outputs C code and was ported to most OS's in the 1990's, it has since grown to become more or less a complete implementation with an extensive library and was renamed '''SmartEiffel''', 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== | ==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== | ==Links== | ||
* http://smarteiffel.loria.fr - Homepage | |||
==License== | ==License== | ||
Open source software under the | * Open source software under the [[GPL v2]] license. | ||
==Author== | ==Author== | ||
Line 15: | Line 21: | ||
* [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:Tools]][[Category:Eiffel]][[Category:MS Windows Tools]][[Category:Linux Tools]] |
Revision as of 06:30, 22 January 2015
Description
Originally a Eiffel subset that outputs C code and was ported to most OS's in the 1990's, it has since grown to become more or less a complete implementation with an extensive library and was renamed SmartEiffel, 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
License
- Open source software under the GPL v2 license.
Author
Ported by: Will Ro, Andre Doherty
Related Articles
Publications
- SmallEiffel -0.80 and OS/2 (10 July 1998)