Difference between revisions of "Introduction"

From Liberty Eiffel Wiki
Jump to navigation Jump to search
m (s/LibertyEiffel/Liberty Eiffel/)
(15 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
Liberty Eiffel is a compiler for the Eiffel programming language
+
Liberty Eiffel is a free compiler for the Eiffel programming language
   
It '''continues''' the development of SmartEiffel, the former GNU Eiffel Compiler.
+
It '''continues''' the development of the legacy SmartEiffel system, which was the former GNU Eiffel Compiler - a role proudly taken over by Liberty Eiffel a number of years ago.
   
It is a complete, small and fast, Eiffel compiler, including an Eiffel to C compiler, documentation tools, a pretty printer, a debugger and various other tools.
+
Liberty Eiffel is a complete, small and fast Eiffel compiler, including an Eiffel to C compiler, documentation tools, a pretty printer, a debugger and various other tools. It also includes a large library of classes distributed under the terms of the MIT/X Consortium License as well as a comprehensive set of wrappers/bindings for widespread Free-Software libraries.
 
It also includes a large library of classes distributed under the terms of the MIT/X Consortium License and a comprehensive set of wrappers/bindings for widespread Free-Software libraries.
 
   
 
Eiffel is an advanced object-oriented programming language that emphasizes the design and construction of high-quality and reusable software.
 
Eiffel is an advanced object-oriented programming language that emphasizes the design and construction of high-quality and reusable software.
   
If you are impatient go directly to [[Getting Started]] otherwise, read a few words about history:
+
If you are impatient hop over to [[Getting Started]] directly, otherwise read a few words about Liberty Eiffel's history:
   
 
= Liberty's roots =
 
= Liberty's roots =
   
== Origins ==
+
== Etymology ==
   
Liberty has its origin in the [http://en.wikipedia.org/wiki/Statue_of_Liberty Statue of Liberty]. The structure of the Statue was designed and built by [http://en.wikipedia.org/wiki/Gustave_Eiffel Gustave Eiffel], a famous French engineer.
+
Liberty - as a name for our Eiffel compiler - has its origin in the [http://en.wikipedia.org/wiki/Statue_of_Liberty Statue of Liberty]. The structure of the statue was designed and built by [http://en.wikipedia.org/wiki/Gustave_Eiffel Gustave Eiffel], a famous French engineer.
   
The origins of the language is [http://www.eiffel.com Eiffel] and more specifically [http://smarteiffel.loria.fr SmartEiffel]. One can consider LibertyEiffel a [http://en.wikipedia.org/wiki/Fork_(software_development) fork] of SmartEiffel.
+
The origins of the language is [http://www.eiffel.com Eiffel] and more specifically [http://smarteiffel.loria.fr SmartEiffel]. At one point in time one could consider Liberty Eiffel a direct [http://en.wikipedia.org/wiki/Fork_(software_development) fork] of the legacy SmartEiffel code base. Since then Liberty Eiffel has evolved quite significantly beyond the original code base in multiple areas.
   
 
== Manifesto ==
 
== Manifesto ==
Line 30: Line 28:
 
== Foundation documents ==
 
== Foundation documents ==
   
Those documents were published by the SmartEiffel team:
+
The following documents were published by the SmartEiffel team:
   
 
* [http://www.jot.fm/issues/issue_2004_04/article7/ Conformance of agents in the Eiffel language]
 
* [http://www.jot.fm/issues/issue_2004_04/article7/ Conformance of agents in the Eiffel language]
 
* [http://www.loria.fr/~colnet/publis/icsr9.pdf Reconciling Subtyping and Code Reuse in Object-Oriented Languages]
 
* [http://www.loria.fr/~colnet/publis/icsr9.pdf Reconciling Subtyping and Code Reuse in Object-Oriented Languages]
   
  +
= Liberty's future =
 
  +
= Liberty Eiffel's future =
To get a glimpse of Liberty's future, please take a look at the plans for [[ECMA|EMCA features]] and the [https://savannah.gnu.org/bugs/?group=liberty-eiffel | issue tracker].
 
  +
To get a glimpse of Liberty's future, please take a look at our plans for [[ECMA|EMCA features]] (partially implemented already) and our [https://savannah.gnu.org/bugs/?group=liberty-eiffel issue tracker].
   
 
== Release names ==
 
== Release names ==
 
See [[Versions history|list of released versions]] and [[Upcoming releases]].
 
See [[Versions history|list of released versions]] and [[Upcoming releases]].
   
= Community =
+
== Liberty Eiffel Community ==
You may join us via our mailing list by simply e-mailing to [mailto:libertyeiffel@librelist.com libertyeiffel@librelist.com] or browse the [http://librelist.com/browser/libertyeiffel/ list archives]. Or choose any other way to [[Get in touch]] with the LibertyEiffel team.
+
Join us via our mailing list by simply e-mailing to [mailto:liberty-eiffel@gnu.org liberty-eiffel@gnu.org] or browse the [http://lists.gnu.org/archive/html/liberty-eiffel/ list archives]. Or choose any other way to [[Get in touch]] with the Liberty Eiffel team.
   
 
==Origins of the SmartEiffel project==
 
==Origins of the SmartEiffel project==
Line 51: Line 50:
 
Holding the post of Assistant Professor of Computer Science in 1989, the Powers That Be at his educational institution at the time decided, in 1990, to use the Eiffel language for introductory computer science.
 
Holding the post of Assistant Professor of Computer Science in 1989, the Powers That Be at his educational institution at the time decided, in 1990, to use the Eiffel language for introductory computer science.
 
It is amusing to mention here that Dominique Colnet was at the time a fervent defender of Smalltalk.
 
It is amusing to mention here that Dominique Colnet was at the time a fervent defender of Smalltalk.
As everyone knows, it's a pretty good thing that it's not up to a young Assistant Professor of Computer Science to decide which programming language is the best to use.
+
As everyone knows, it's a pretty good thing that it's not up to a young Assistant Professor of Computer Science to decide which programming language is the best one to use.
 
So, it is amusing to note that Dominique Colnet was forced to use Eiffel against his will in 1990!
 
So, it is amusing to note that Dominique Colnet was forced to use Eiffel against his will in 1990!
   
In order to reconcile his teaching and research work on the compilation of object oriented languages, Dominique Colnet decided therefore to abandon
+
In order to reconcile his teaching and research work on the compilation of object oriented languages, Dominique Colnet decided therefore to abandon Smalltalk for Eiffel and to establish a project to kill two birds with one stone: combine interesting research with a free product that would also be useful for teaching.
Smalltalk for Eiffel and to establish a project to kill two birds with one stone: combine interesting research with a free product that would also be useful for teaching.
 
   
The SmartEiffel project, originally named ''SmallEiffel'' actually commenced
+
The SmartEiffel project, originally named ''SmallEiffel'' actually started in 1994 when Dominique Colnet decided to write his own Eiffel compiler.
during the year 1994 when Dominique Colnet decided to write his own Eiffel compiler.
 
   
  +
Writing an Eiffel compiler is no small undertaking. Before making this decision, Dominique Colnet had begun to write a new Eiffel class library whose architecture simply corresponded nearly word for word with the base classes of Smalltalk-80 libraries at the time ([[Bibliography#GR 1983|[GR 1983]]],
Writing an Eiffel compiler is no small undertaking.
 
Before making this decision, Dominique Colnet had begun to write a new Eiffel class library whose architecture simply corresponded nearly word for word with the base classes one could find at that time in Smalltalk-80 libraries ([[Bibliography#GR 1983|[GR 1983]]],
 
 
[[Bibliography#Goldberg 1984|[Goldberg 1984]]]).
 
[[Bibliography#Goldberg 1984|[Goldberg 1984]]]).
 
Because of the very bad quality of the commercial Eiffel compilers available at that time the decision was taken to write a new one from scratch.
 
Because of the very bad quality of the commercial Eiffel compilers available at that time the decision was taken to write a new one from scratch.
 
The new compiler was named ''SmallEiffel'' to make reference to both Smalltalk
 
The new compiler was named ''SmallEiffel'' to make reference to both Smalltalk
 
and Eiffel ([[Bibliography#OOSC 1988|[OOSC 1988]]], [[Bibliography#ETL 1992|[ETL 1992]]]).
 
and Eiffel ([[Bibliography#OOSC 1988|[OOSC 1988]]], [[Bibliography#ETL 1992|[ETL 1992]]]).
An entire year was necessary to write the first version of SmallEiffel and it was not until July 1995 that SmallEiffel was able to compile itself.
+
An entire year was necessary to write the first version of SmallEiffel and it was not until July 1995 that SmallEiffel was able to compile itself. Since that time, more than
Since that time, more than ten years have passed and more than
 
 
[[versions_history|thirty versions]] have seen the light of day.
 
[[versions_history|thirty versions]] have seen the light of day.
   
==Little SmartEiffel developing into something big?==
+
==Little SmartEiffel developing into something bigger?==
 
Starting out as simple research prototype and teaching aid, SmartEiffel has seen its capabilities steadily increase from version to version since 1995.
 
Starting out as simple research prototype and teaching aid, SmartEiffel has seen its capabilities steadily increase from version to version since 1995.
   
Line 78: Line 73:
 
From 2002 and up to 2005, Dominique Colnet participated actively in meetings with the initial objective of standardizing the Eiffel language
 
From 2002 and up to 2005, Dominique Colnet participated actively in meetings with the initial objective of standardizing the Eiffel language
 
('''ECMA''' standards committee TC39-TG4, ECMA standard number 367).
 
('''ECMA''' standards committee TC39-TG4, ECMA standard number 367).
Of course it goes without saying that the entire SmartEiffel team is associated with the standards work and its many long discussions...
+
Of course it goes without saying that the entire SmartEiffel team was associated with the standards work and its many long discussions...
   
Finally, in May 2005, the SmartEiffel project announced that it was going to continue to work on the ''true Eiffel language''.
+
Finally, in May 2005, the SmartEiffel project team announced that it was going to continue to work on the ''true Eiffel language''. In reality, the language described by the ECMA TC39-TG4 working group clearly diverges from what was conventionally called Eiffel. ECMA-Eiffel is a very different language, and above all, not yet experimented. The SmartEiffel team decided to never implement ECMA TC39-TG4.
  +
'''Note:''' In this respect the Liberty Eiffel development team is<br> not as strict as the original SmartEiffel developers used to be.<br> See [[ECMA]] about Liberty's attitude to ECMA.
In reality, the language described by the ECMA TC39-TG4 working group clearly diverges from what is conventionally called Eiffel.
 
ECMA-Eiffel is a very different language, and above all, not yet experimented.
 
The SmartEiffel team will never implement ECMA TC39-TG4.
 
Note: In this respect the LibertyEiffel team is not as strict as the original SmartEiffel developers. <br>See [[ECMA]] about Liberties attitude to ECMA.
 
 
</div>
 
</div>
   
At July 2005, at the time when we write these lines, after more than 10 years of work not only on the compiler but also on the Eiffel language itself, we, the SmartEiffel project, consider that the Eiffel language as we know it today, now contains nearly all desirable features.
+
In July 2005, at the time when we wrote these lines, after more than 10 years of work not only on the compiler but also on the Eiffel language itself, the SmartEiffel team considered that the Eiffel language as they knew it contained nearly all desirable features.
Therefore, version 2.2 of SmartEiffel marks the debut of a new level of stability and corresponds to what we think of as being the ''true Eiffel language''.
+
Therefore, version 2.2 of SmartEiffel marked the debut of a new level of stability and corresponded to what the team thought of as being the ''true Eiffel language''.

Revision as of 02:51, 22 June 2016

Liberty Eiffel is a free compiler for the Eiffel programming language

It continues the development of the legacy SmartEiffel system, which was the former GNU Eiffel Compiler - a role proudly taken over by Liberty Eiffel a number of years ago.

Liberty Eiffel is a complete, small and fast Eiffel compiler, including an Eiffel to C compiler, documentation tools, a pretty printer, a debugger and various other tools. It also includes a large library of classes distributed under the terms of the MIT/X Consortium License as well as a comprehensive set of wrappers/bindings for widespread Free-Software libraries.

Eiffel is an advanced object-oriented programming language that emphasizes the design and construction of high-quality and reusable software.

If you are impatient hop over to Getting Started directly, otherwise read a few words about Liberty Eiffel's history:

Liberty's roots

Etymology

Liberty - as a name for our Eiffel compiler - has its origin in the Statue of Liberty. The structure of the statue was designed and built by Gustave Eiffel, a famous French engineer.

The origins of the language is Eiffel and more specifically SmartEiffel. At one point in time one could consider Liberty Eiffel a direct fork of the legacy SmartEiffel code base. Since then Liberty Eiffel has evolved quite significantly beyond the original code base in multiple areas.

Manifesto

We want to retain from SmartEiffel its rigour; but not its rigidity. Think of Liberty as SmartEiffel down from its ivory tower.

Liberty is free as in freedom. We want people to contribute to Liberty from the start.

So please, do join us to give Eiffel the leading position it should have won twenty years ago :-)

Foundation documents

The following documents were published by the SmartEiffel team:


Liberty Eiffel's future

To get a glimpse of Liberty's future, please take a look at our plans for EMCA features (partially implemented already) and our issue tracker.

Release names

See list of released versions and Upcoming releases.

Liberty Eiffel Community

Join us via our mailing list by simply e-mailing to liberty-eiffel@gnu.org or browse the list archives. Or choose any other way to Get in touch with the Liberty Eiffel team.

Origins of the SmartEiffel project

During the course of his work on his thesis, Dominique Colnet, principal author of SmartEiffel, discovered the Eiffel language while editing an encyclopedic work on object oriented languages ([MNCLT 1989], [MNCLT 1991]).

Holding the post of Assistant Professor of Computer Science in 1989, the Powers That Be at his educational institution at the time decided, in 1990, to use the Eiffel language for introductory computer science. It is amusing to mention here that Dominique Colnet was at the time a fervent defender of Smalltalk. As everyone knows, it's a pretty good thing that it's not up to a young Assistant Professor of Computer Science to decide which programming language is the best one to use. So, it is amusing to note that Dominique Colnet was forced to use Eiffel against his will in 1990!

In order to reconcile his teaching and research work on the compilation of object oriented languages, Dominique Colnet decided therefore to abandon Smalltalk for Eiffel and to establish a project to kill two birds with one stone: combine interesting research with a free product that would also be useful for teaching.

The SmartEiffel project, originally named SmallEiffel actually started in 1994 when Dominique Colnet decided to write his own Eiffel compiler.

Writing an Eiffel compiler is no small undertaking. Before making this decision, Dominique Colnet had begun to write a new Eiffel class library whose architecture simply corresponded nearly word for word with the base classes of Smalltalk-80 libraries at the time ([GR 1983], [Goldberg 1984]). Because of the very bad quality of the commercial Eiffel compilers available at that time the decision was taken to write a new one from scratch. The new compiler was named SmallEiffel to make reference to both Smalltalk and Eiffel ([OOSC 1988], [ETL 1992]). An entire year was necessary to write the first version of SmallEiffel and it was not until July 1995 that SmallEiffel was able to compile itself. Since that time, more than thirty versions have seen the light of day.

Little SmartEiffel developing into something bigger?

Starting out as simple research prototype and teaching aid, SmartEiffel has seen its capabilities steadily increase from version to version since 1995.

In 1998, on the occasion of a visit to LORIA by Richard Stallman, president and founder of the FSF (Free Software Foundation), the GNU designation was added to the project's name.

From 2002 and up to 2005, Dominique Colnet participated actively in meetings with the initial objective of standardizing the Eiffel language (ECMA standards committee TC39-TG4, ECMA standard number 367). Of course it goes without saying that the entire SmartEiffel team was associated with the standards work and its many long discussions...

Finally, in May 2005, the SmartEiffel project team announced that it was going to continue to work on the true Eiffel language. In reality, the language described by the ECMA TC39-TG4 working group clearly diverges from what was conventionally called Eiffel. ECMA-Eiffel is a very different language, and above all, not yet experimented. The SmartEiffel team decided to never implement ECMA TC39-TG4.

Note: In this respect the Liberty Eiffel development team is
not as strict as the original SmartEiffel developers used to be.
See ECMA about Liberty's attitude to ECMA.

In July 2005, at the time when we wrote these lines, after more than 10 years of work not only on the compiler but also on the Eiffel language itself, the SmartEiffel team considered that the Eiffel language as they knew it contained nearly all desirable features. Therefore, version 2.2 of SmartEiffel marked the debut of a new level of stability and corresponded to what the team thought of as being the true Eiffel language.