Overview
Coursera Flash Sale
40% Off Coursera Plus for 3 Months!
Grab it
Explore a groundbreaking JIT compiler implementation in this 29-minute conference presentation from the Scheme 2025 workshop. Learn about GoukiScheme, the first-of-its-kind JIT compiler for the R6RS dialect of Scheme that uniquely supports call-with-current-continuation while being embeddable within Rust and seamlessly integrating with compiled languages that have first-class async/await support. Discover how this innovative implementation bridges functional programming paradigms with modern asynchronous programming patterns, enabling developers to leverage Scheme's powerful continuation-based control flow within Rust's memory-safe, concurrent environment. Understand the technical challenges and solutions involved in creating an embedded Scheme interpreter that maintains compatibility with R6RS standards while providing smooth interoperability with Rust's async ecosystem. Gain insights into the architecture and design decisions that make this integration possible, and explore potential applications for embedding functional programming languages in systems programming contexts.
Syllabus
[Scheme'25] Gouki Scheme: An Embedded Scheme Implementation for Async Rust
Taught by
ACM SIGPLAN