Re: Objective-D released!

2025-06-12 Thread DanielG via Digitalmars-d-announce
I see, thank you. (And thank you for your efforts in this area)

Re: Objective-D released!

2025-06-11 Thread DanielG via Digitalmars-d-announce
Hijacking this thread a bit to ask a related question: What's the overall feasibility of using pure D to rewrite a not-too-large amount of Cocoa/AppKit code? Is it just a matter of translating the headers via 'dstep' or whatever? Does that work today, for something as complex as AppKit? (Als

Re: Objective-D released!

2025-06-11 Thread Luna via Digitalmars-d-announce
On Thursday, 12 June 2025 at 04:53:33 UTC, DanielG wrote: Hijacking this thread a bit to ask a related question: What's the overall feasibility of using pure D to rewrite a not-too-large amount of Cocoa/AppKit code? Is it just a matter of translating the headers via 'dstep' or whatever? Does

Re: Objective-D released!

2024-11-29 Thread Steven Schveighoffer via Digitalmars-d-announce
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

Re: Objective-D released!

2024-11-29 Thread WebFreak001 via Digitalmars-d-announce
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

Re: Objective-D released!

2024-11-29 Thread Guillaume Piolat via Digitalmars-d-announce
On Friday, 29 November 2024 at 13:44:12 UTC, Luna wrote: This should over-all increase the usability of DLang on Apple-made systems. Thanks, this will be useful because to integrate Metal and do AUv3 (or even use anything iOS) there is lot of inheriting from Obj-C objects. Until that, it wo