On Friday, 29 November 2024 at 13:44:12 UTC, Luna wrote:
Objective-D is a new package, now available on dub which
implements bindings to the Objective-C runtime as well as the
Foundation core library. The goal is to provide a shared base
that Objective-C bindings can utilize instead of packages
repeatedly re-implementing NSObject, NSString, and the like.
Additionally the clang block implementation by Jacob Carlborg,
and my own implementation of auto release pools is provided.
Which should allow for safer interop with Objective-C!
[...]
this is great! Libraries like this are enablers for many people
that would have most likely otherwise chosen another language or
tool for the job.