eerolanguage / eero

Eero was a fully binary- and header-compatible dialect of Objective-C, implemented with a modified version of the Apple-sponsored LLVM/clang open-source compiler. It featured a streamlined syntax, Python-like indentation, and other features that improve readability and code safety. It was inspired by languages such as Smalltalk, Python, and Ruby.
https://web.archive.org/web/20171101134337/http://eerolanguage.org/
288 stars 7 forks source link

How to use ero code from Objective-C code #44

Open vjpr opened 10 years ago

vjpr commented 10 years ago

Is this possible?

andyarvanitis commented 10 years ago

If you make any of your headers standard ObjC headers, they can be used directly by eero and ObjC source files. The resulting binaries are completely compatible.