I am sort of confused with all the obj c implementations. When you
compile objective c code are you creating machine code binaries? Is
there a runtime that needs to be available. I imagine if you use like
gnustep unless it is statically compiled you need to have those
libraries available to run an application no different than any c
based program. Could you use objective to write an application using
nothing, but c libraries and run it on any system not containing
objective c libraries and or runtimes??