I'd like to ask if gnustep's toolchain is appropriate for netbsd development where one'd normally use plain C. I'm interested in the benefits of Obj-C only with basic APIs like NSObject's reference counting and dynamic stuff.
My question is twofold:
- is gcc's Obj-C ABI compatible with gcc's C ABI? so that I can use regular C libraries
- is Obj-C's runtime layer good to go where netbsd targets embedded?
Thank you in advance!