Azikalao is an open source programming language that tries to fix the Objective-C's ugliness with a Ruby-like syntax.
The current Azikalao implementation is a preprocessor: it translates from Azikalao to Objective-C.
Further details about the Azikalao programming language are available HERE.
NOTE: This project is alpha software, everything is really unstable and not production ready.
Requirements:
· clang compiler from LLVM
· an Objective-C runtime
· Automatic Reference Counting (ARC) support
· Apple Xcode