Live data from Hacker News

Swift at Apple: Migrating the TrueType hinting interpreter

swift.org

21–30 of 139 posts

Re: Swift at Apple: Migrating the TrueType hinting interpreter

#21

As much as I enjoyed Swift, one can only wonder what the world would look like if they had gone with Rust as their default language instead.

Modern Swift borrows a lot from Rust! And it also has its own benefits, both ergonomic and also supporting eg generic in dynamic libraries

Does it borrow borrow checker?

Re: Swift at Apple: Migrating the TrueType hinting interpreter

#22
post #11

I'm surprised the code has visible LLM smells. Though, I shouldn't be surprised. I hope the important bits are still human-controlled (and the same for Apple's many operating systems that absolutely deserve to remain stable and understood).

From what I got Apple is using claude code A LOT internally

It would be interesting to see their internal guidance on LLM use. It’s a massive amount of new power that has to be wielded carefully. That kind of guidance might mean the survival or downfall of some big corps in the next few years.

Re: Swift at Apple: Migrating the TrueType hinting interpreter

#24

As much as I enjoyed Swift, one can only wonder what the world would look like if they had gone with Rust as their default language instead.

Modern Swift borrows a lot from Rust! And it also has its own benefits, both ergonomic and also supporting eg generic in dynamic libraries

Swift and Rust were developed at similar times. I think of them more as having similar influences than borrowing from each other.

Re: Swift at Apple: Migrating the TrueType hinting interpreter

#25

Earlier quoted context omitted.

Modern Swift borrows a lot from Rust! And it also has its own benefits, both ergonomic and also supporting eg generic in dynamic libraries

Swift and Rust were developed at similar times. I think of them more as having similar influences than borrowing from each other.

Similar times and the Rust originator went on to work on Swift after it.

Re: Swift at Apple: Migrating the TrueType hinting interpreter

#28
post #25

Earlier quoted context omitted.

Swift and Rust were developed at similar times. I think of them more as having similar influences than borrowing from each other.

Similar times and the Rust originator went on to work on Swift after it.

Graydon Hoare's impact on the language is marginal than that of Chris Lattner, the originator (also, Hoare joined the team much later)

Re: Swift at Apple: Migrating the TrueType hinting interpreter

#29
post #2

During the State of Platform keynote, on the subject of Swift adoption across macOS, several examples were given, not only TrueType engine. RIS is happening across all OS levels, if the keynote is to be believed.

What does RIS stand for?

Re: Swift at Apple: Migrating the TrueType hinting interpreter

#30
post #29
post #2

During the State of Platform keynote, on the subject of Swift adoption across macOS, several examples were given, not only TrueType engine. RIS is happening across all OS levels, if the keynote is to be believed.

What does RIS stand for?

Rewrite in Swift
Post reply on HN