objc-run
objc-run is a shell script which compiles and executes Objective-C source code files.
It’s perfect for small programming tasks you want to handle in Objective-C, that don’t justify setting up a complete Xcode project, e.g. manipulating plist files. Think of it as CodeRunner without an user interface.
See also: Shebang Objective-C.