Eero is a dialect of Objective-C designed to make developers more
productive through improved code readability, maintainability, and safety.
Install Eero Xcode support the easy way with Alcatraz.
Command-line tools are also available from MacPorts,
or build them yourself from source.
Eero is no longer being maintained by its original author.
Thanks to everyone who used and supported this project!
If you would like to fork this project to create a new work, please feel free to use the
resources available in the repositories.
Poor code readability costs you development time. Syntactic “noise,”
redundant notation, and boilerplate all distract and provide
opportunities for “dumb”—and sometimes subtle—errors. No language can
guarantee clean code, but Eero helps you do a better job.
highly interoperable
Eero offers excellent, nearly seamless interoperability with Objective-C, C,
and C++. Simply
and use SDK, third-party, and personal frameworks and
libraries. All LLVM memory management choices are available,
too, including manual reference counting and ARC.
high-performance
Eero compiles down to the same binary code as Objective-C, so you’ll enjoy
the same performance as standard LLVM-generated Objective-C code, even
for any high-performance C functions or C++ objects you use!