Download List

프로젝트 설명

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

'인스턴스' 메서드 매개 변수에 대 한 지원입니다. 루프에 대 한-에서 색인 생성에 대 한 지원입니다. C-에 대 한 루프 구문 통합 + + 루프에 대 한 원거리-총 11. 뗑그렁 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

이것은 첫 번째 베타 릴리스입니다. 중첩된 기능 (블록으로 처리) 도입과 함께 NSRanges에 대한 구문 지원 추가 ( "에 대한 -에"루프, 리터럴 사용 "최초 .. 마지막으로"및 "개체 [범위]"연산자)했다.
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

선택 방법은 매개 변수가 도입되었습니다.
Tags: Pre-beta
Optional method parameters were introduced.

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

대괄호가 더 이상 메시지 전달에 사용되지 않습니다. 메시징 코드 refactored했다.
Tags: Pre-beta
Square brackets are no longer used for message passing. Messaging code was refactored.

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

소형 블록이 도입되었습니다.
Tags: Pre-beta
Compact blocks were introduced.

Project Resources