I would happily get rid of objc support in the backend. Objc is pretty easy to bind to in library code and such code would have less problems than that generated by the objc backend. Example of a binding to NSDictionary that (a) doesn't depend on the headers, and (b) compiles and works in both C and CPP modes: [https://github.com/yglukhov/darwin/blob/master/darwin/foundation/nsdictionary.nim](https://github.com/yglukhov/darwin/blob/master/darwin/foundation/nsdictionary.nim)
- Re: Swift's out, goodbye Objective-C backend? AnastasiaStefanuk
- Re: Swift's out, goodbye Objective-C backend? yglukhov
