←back to thread

261 points david927 | 2 comments | | HN request time: 0.465s | source

What are you working on? Any new ideas that you're thinking about?
1. kgabis ◴[] No.43157287[source]
An iphone todo app that's tailored for my needs and motivates me to commit to completing some amount of small tasks every day (even if it's just a single "rest and relax" task). Currently I'm building a prototype with SwiftUI and SwiftData and I'm struggling to comprehend why Apple is ditching Objective-C. Compared to my previous experience writing and publishing an iphone app, everything now feels much worse with Swift's ridiculous compile times and non-descriptive compile errors.
replies(1): >>43168040 #
2. throwaway2037 ◴[] No.43168040[source]
Open source yet? This sounds like a great project to learn how to build a small, but functional app.

    > I'm struggling to comprehend why Apple is ditching Objective-C
I never wrote code in ObjC nor Swift. Can you share more thoughts behind this statement? Like, is Swift a worse dev experience compared to ObjC?