Elektrine lite

← Feed

@jrose@social.belkadan.com

Post #859554

2026-03-26 20:29 UTC

Congrats to my Swift colleagues for #finally pushing @c over the finish line! Been a long time coming.

Replies (4)

  • @helge@mastodon.social 2026-03-26 20:34

    @jrose But but, it’s Objective-C w/o the C?! Have we’ve been lied to all the time?

    Open ##859574

  • @millenomi@lily.network 2026-03-26 20:57

    @jrose YESSSSSSSSSS I missed that!

    Open ##859575

  • @beccadax@soincredibly.gay 2026-03-26 22:21

    @jrose I also got module selectors in, so it’s a good release for #finally fans.

    Open ##1141949

  • @jrose@social.belkadan.com 2026-03-26 20:30

    Context: Swift has not officially had a way to expose plain old functions to C until now. Why? Because it had Objective-C interoperability first, and so deciding whether C functions should support everything ObjC does or not was…complicated. You can read about it here: https://github.com/swiftlang/swift-evolution/blob/main/proposals/0495-cdecl.md

    Open ##3694158