Télécharger la liste

Description du projet

Eero is a binary-compatible variant of Objective-C 2.0, implemented with a patched version of the Clang/LLVM compiler. It features a streamlined syntax with improved readability and reduced code clutter, as well as new features such as Python-like indentation and a limited form of operator overloading. It is inspired by languages such as Smalltalk and Ruby.

Système requise

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2013-02-02 08:10
2013-01-31

Support des paramètres de méthode « instancetype ». Support pour boucle d'indexation. Unifié de syntaxe pour-en boucle pour C ++ 11 allaient-basé pour les boucles. Vers une stratégie de base clang 3.3.
Tags: Beta
Support for 'instancetype' method parameters. Support for for-in loop indexing. Unified for-in loop syntax for C++11 ranged-based for loops. Moved to a clang 3.3 baseline.

2011-09-02 14:36
2011-09-01

Il s'agit de la première version bêta. Les fonctions imbriquées (traités comme des blocs) ont été introduits, avec ajout du support syntaxique pour NSRanges ("pour en" boucles, les littéraux en utilisant «premier .. dernier", et "l'objet de [plage]" opérateur).
Tags: Beta
This is the first beta release. Nested functions (treated as blocks) were introduced, along with added syntactic support for NSRanges ("for-in" loops, literals using "first .. last", and the "object[range]" operator).

2011-08-21 04:23
2011-08-20

Paramètres de la méthode facultative ont été introduits.
Tags: Pre-beta
Optional method parameters were introduced.

2011-08-16 10:47
2011-08-15

Les crochets ne sont plus utilisés pour passer des messages. Messagerie code a été remaniée.
Tags: Pre-beta
Square brackets are no longer used for message passing. Messaging code was refactored.

2011-08-03 17:28
2011-08-02

Blocs compacts ont été introduits.
Tags: Pre-beta
Compact blocks were introduced.

Project Resources