Remix.run Logo
slopinthebag 2 hours ago

Swift truly is one of the languages of all time. I started a mobile app with the UI built in Swift and the core in Rust. The amount of implicit and hidden behaviour, magical fields being generated on objects because of certain annotations, the massive amount of @decorators...it's too much. I'm going to have an LLM generate the SwiftUI and touch as little of it as possible.

It's also strange because before I learned Swift, I heard about how beautiful it is but I find it much noisier than Rust.

qn9n 4 minutes ago | parent | next [-]

I find rust much noisier, especially at its basics where you write “for item in items” instead of using iter()

ChadNauseam 2 hours ago | parent | prev [-]

What are you using for rust-swift interop?

slopinthebag 5 minutes ago | parent [-]

uniffi