Difference between revisions of "Google Summer Of Code"

(Benefit from choosing EiffelStudio's project)
(Our mentors)
Line 28: Line 28:
 
You will find the list of all mentors who will mentor one or several projects and that will also be used as backup in case something would happen to another mentor.
 
You will find the list of all mentors who will mentor one or several projects and that will also be used as backup in case something would happen to another mentor.
  
*[[User:alexk| Alexander Kogtenkov]]: Compiler, runtime
+
*[[User:Alexander_Kogtenkov| Alexander Kogtenkov]]: Compiler, runtime
 
*[[User:jfiat| Jocelyn Fiat]]: EiffelStudio debugger, libraries, web, runtime
 
*[[User:jfiat| Jocelyn Fiat]]: EiffelStudio debugger, libraries, web, runtime
 
*[[User:king| Ian King]]: EiffelVision2, Compiler, libraries
 
*[[User:king| Ian King]]: EiffelVision2, Compiler, libraries

Revision as of 07:56, 12 March 2009

Welcome to the EiffelStudio's participation in the Google Summer of Code 2009. You will find below a list of project ideas for students who want to participate in the 2009 event. Students will be mentored by an experienced member of the Eiffel Software team.

If you have a suggestion, create a new page describing your project using this template and reference it below.

Warning.png Warning: Google hasn't announced the list of accepted mentor organizations yet. So all this is under the assumption that Eiffel Software is accepted to participate in the Google Summer of Code 2009.

What is the Google Summer of Code?

Google Summer of Code (GSoC) is a global program that offers student developers stipends to write code for various open source software projects.

Read the Google Summer of Code 2009 FAQ for more details about the program.

Benefit from choosing EiffelStudio's project

EiffelStudio is a complete development environment available on numerous platforms. With a long history, the simplicity of the Eiffel language and its modular structures make it possible for newcomers to start contributing after a surprisingly short amount of time.

The Eiffel language is distinguished by the following properties:

  • Full object-oriented model (not a hybrid with pre-O-O approaches).
  • Genericity (constrained and unconstrained), inheritance (single and multiple).
  • Design by Contract mechanisms (preconditions, postconditions, class invariants) for: analysis and design of reliable system; specification; automatic documentation; testing and debugging; control of the exception and inheritance mechanisms.
  • Agents (closures, i.e. high-level function objects, with the power of lambda calculus).
  • Designed for garbage collection and for highly efficient executables (performance comparable to C or C++).

In addition, Eiffel is not just a language but a method of software development emphasizing software engineering principles such as: seamless development (covering the full lifecycle, not just implementation, in a consistent way); reversibility; uniform access; open-closed principle; command-query separation. These principles are developed in the book "Object-Oriented Software Construction" (Bertrand Meyer, 2nd edition, Prentice Hall), one of the all-time best-sellers in computer science, Jolt Award winner. The consequence for students is that using Eiffel for the Google Summer of Code means the ability not only to produce programs but to learn a software engineering discipline that will help them throughout their career.

Our mentors

You will find the list of all mentors who will mentor one or several projects and that will also be used as backup in case something would happen to another mentor.

Projects

Builds

Compiler

  • EPI-CO-0001: Save Eiffel Configuration File in a non-XML format
  • EPI-CO-0002: Interface with Objective-C on Mac OS

Libraries

EiffelStudio

Tools

Application

Our Google Summer of Code Application for 2009