Download List

Project Description

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.

System Requirements

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 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.
Tags: Beta

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

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).
Tags: Beta

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

Optional method parameters were introduced.
Tags: Pre-beta

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

Square brackets are no longer used for message passing. Messaging code was refactored.
Tags: Pre-beta

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

Compact blocks were introduced.
Tags: Pre-beta

Project Resources