Combining Rust and Zig in Programming - Benefits and Considerations
Offered By: GOTO Conferences via YouTube
Course Description
Overview
Explore a conference talk that delves into the surprising benefits of combining Rust and Zig programming languages in the same project. Learn why the Roc programming language compiler intentionally uses both Rust and Zig, and discover the unexpected advantages of this combination. Gain insights into the differences in memory safety between Rust and Zig, and understand the circumstances that make using both languages together a good choice. The talk covers topics such as the reasons for mixing Rust and Zig, memory safety in practice, and considerations for where to draw the line between the two languages. Suitable for developers interested in programming language design, compiler construction, and the nuances of memory safety in systems programming.
Syllabus
Intro
Outline
Why did we mix Rust & Zig?
Memory safety in practice
Where to draw the line?
Outro
Taught by
GOTO Conferences
Related Courses
Building Your Own Programming LanguageFrontend Masters BeauĀtiful Racket
Independent Rust: A Language for the Next 40 Years
ChariotSolutions via YouTube Move Deliberately and Don't Break Anything: Lessons from Java Evolution
ChariotSolutions via YouTube Flex - Lexical Analysis
Write your own Operating System via YouTube