Skip to content

Commit 68d717a

Browse files
Fix wrong alt
1 parent 9a46937 commit 68d717a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_posts/2025-05-01-memory-safety-ecosystem-talks-java-interoperability-fosdem-2025

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ In case you missed it, here are a few highlights from the event:
1212

1313
## Memory Safety in Swift
1414

15-
The main track of the conference featured a talk presented by Doug Gregor on memory safety: [Slide from a presentation at FOSDEM 2025 titled 'Incremental Memory Safety in an Established Software Stack: Lessons Learned from Swift' by Doug Gregor.](https://fosdem.org/2025/schedule/event/fosdem-2025-6176-incremental-memory-safety-in-an-established-software-stack-lessons-learned-from-swift/)
15+
The main track of the conference featured a talk presented by Doug Gregor on memory safety: [Incremental Memory Safety in an Established Software Stack: Lessons Learned from Swift.”](https://fosdem.org/2025/schedule/event/fosdem-2025-6176-incremental-memory-safety-in-an-established-software-stack-lessons-learned-from-swift/)
1616

17-
![Incremental Memory Safety in an Established Software Stack](/assets/images/fosdem-2025-memory-and-java-blog/fosdem2025-1.png)
17+
![Slide from a presentation at FOSDEM 2025 titled 'Incremental Memory Safety in an Established Software Stack: Lessons Learned from Swift' by Doug Gregor.](/assets/images/fosdem-2025-memory-and-java-blog/fosdem2025-1.png)
1818

1919
If you’re interested in learning more about Swift’s memory safe features, this talk is a great place to start; it walks through the different dimensions of memory safety in Swift, the language’s safe interoperability with C(++), and reflects on lessons learned for both programming language design and adopting Swift in an established software codebase.
2020

0 commit comments

Comments
 (0)