-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5 from gavinleroy/master
Initial Aquascope title/abstract
- Loading branch information
Showing
1 changed file
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
+++ | ||
title = "Aquascope: Improving Ownership Understanding with Datalog, Compilers, and Diagrams" | ||
date = 2024-11-25T19:00:00+01:00 # (Paris/Zurich) | ||
+++ | ||
|
||
Modern programming languages have increased in complexity. Although type systems provide desirable program guarantees, such as Rust’s beloved ownership types, complex type systems introduce higher cognitive load upfront before developers get executable code. We’ve heard that ownership is difficult to understand, but how can we get developers capably programming in Rust, and later, how can we get them to use more advanced tools like verifiers and proof assistants? | ||
|
||
In this talk I will deconstruct why developers struggle to understand Rust ownership and show the evolution of Aquascope, a tool that automatically generates diagrams of Rust’s runtime and compile-time semantics. We will look at the program analysis at the core of Aquascope’s permissions-based ownership model, and discuss how compiler architecture can facilitate (or impede) third-party tools like Aquascope. | ||
|
||
Lastly, I will discuss how these techniques can be applied to other domains with complex information, such as verification. We want to empower developers to use our tools, not leave them cursing and walking away. | ||
|
||
**Presenter**: [Gavin](https://gavinleroy.com/) is a PhD student and member of the [Cognitive Engineering Lab](https://cel.cs.brown.edu/) at Brown University. | ||
|
||
**Meeting Link**: [Zoom Link](https://ethz.zoom.us/j/62101458314) | ||
|
||
**Recording Link**: TBA |