[go-nuts] Announcing NSWrap -- a comprehensive Objective-C binding generator for MacOS

2019-05-30 Thread Greg Pomerantz
I have been working on a binding generator that can read MacOS header files and provide bindings for Objective-C interfaces and library functions. NSWrap can also automatically generate classes implementing one or more named protocols or subclassing a specified class. The automatically generate

Re: [go-nuts] Announcing NSWrap -- a comprehensive Objective-C binding generator for MacOS

2019-05-31 Thread Greg Pomerantz
: > > Isn't a lack of ARC support a critical limitation, as ARC is required > going forward, and many of the newer API's assume ARC behind the scenes? > > -Original Message- > From: Greg Pomerantz > Sent: May 30, 2019 8:25 AM > To: golang-nuts > Subj

Re: [go-nuts] Announcing NSWrap -- a comprehensive Objective-C binding generator for MacOS

2019-05-31 Thread Greg Pomerantz
the scenes? > > -Original Message- > From: Greg Pomerantz > Sent: May 30, 2019 8:25 AM > To: golang-nuts > Subject: [go-nuts] Announcing NSWrap -- a comprehensive Objective-C > binding generator for MacOS > > I have been working on a binding generator that

Re: [go-nuts] Announcing NSWrap -- a comprehensive Objective-C binding generator for MacOS

2019-05-31 Thread Greg Pomerantz
should dec the ref count so > the object can be freed on the OSX side. > > Might be tricky with weak refs, etc. > > Is that what happens? > > On May 31, 2019, at 11:33 AM, Greg Pomerantz > > wrote: > > Also I don't think an API is going to assume or require A