Jump to content

SmallEiffel: Difference between revisions

From EDM2
mNo edit summary
Ak120 (talk | contribs)
mNo edit summary
Line 7: Line 7:
* 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==
* http://smarteiffel.loria.fr - Homepage
* [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.
 
* Ported by: Will Ro, [[Andre Doherty]]
==Author==
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]]
==Links==
* http://smarteiffel.loria.fr - Homepage
* [http://www.liberty-eiffel.org/ Liberty Eiffel] - Aka GNU Eiffel, a fork of Smart Eiffel
 
[[Category:Eiffel]]
[[Category:Eiffel]]
[[Category:MS Windows Tools]]
[[Category:Linux Tools]]
[[Category:DOS Tools]]

Revision as of 22:43, 31 December 2017

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.

License

Publications

Links