clang-objcs is the official compiler for the Objective-CS language. See The Objective-CS Language Speicifcation.
clang-objcs can be compiled normally, just like vanilla clang. Follow instructions here.
When compiling Objective-CS, simply include the -fobjcs
flag, and make sure to link against libsubstrate
. Simple!