Are there languages ​​that compile under Objective-C or are compatible with the Objective-C binaries & # 8594; Coffeescript for Objective-C

I recently discovered eero programming lanugage. I find it very interesting. It seems to be basically syntactic sugar that looks very readable.

Although it does not compile directly in Objective-C, it claims to generate the same binary as Objective-C

Eero integrates with the same binary as Objective-C

Eero offers excellent, almost seamless compatibility with Objective-C, C, and C ++.

I find this approach very interesting, and I wonder if there are similar programming languages ​​and a project that provide hip integration with Objective-C and iOS. I am looking for something like Coffeescript for Objective-C.

+4
source share
1 answer

While the main way to use eero is to compile it using native code, it also supports translating the source to the source (from eero to standard Objective-C / C ++). See https://github.com/eerolanguage/eero/wiki/Translator for more details.

It really needs to be documented in a more obvious place ...

+5
source

Source: https://habr.com/ru/post/1493361/


All Articles