Objective C and command line!
Compiling and running Objective C code on the command line using gcc.
gcc -framework Foundation message_file -o executable_name
and you can stuff in other tags in it as well.
I do not recommend it for actual iPhone development, but its neat and quick.