Skip to content

Commit

Permalink
deploy: c180abe
Browse files Browse the repository at this point in the history
  • Loading branch information
willcrichton committed Sep 26, 2024
1 parent 1fda199 commit b6304b1
Show file tree
Hide file tree
Showing 14 changed files with 115 additions and 64 deletions.
12 changes: 6 additions & 6 deletions ch04-02-references-and-borrowing.html

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions ch04-03-fixing-ownership-errors.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions ch04-04-slices.html

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions ch04-05-ownership-recap.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions ch05-01-defining-structs.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions ch05-03-method-syntax.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions ch06-02-match.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ch13-01-closures.html

Large diffs are not rendered by default.

19 changes: 18 additions & 1 deletion experiment-intro.html
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,11 @@ <h2 id="2-highlighting"><a class="header" href="#2-highlighting">2. Highlighting
<h2 id="3-and-more"><a class="header" href="#3-and-more">3. …and more!</a></h2>
<p>The book’s content may change as you go through the experiment. We will update this page as we add new features. Here’s the changelog:</p>
<ul>
<li>September 26, 2024
<ul>
<li>Chris Krycho’s chapter on async Rust has been added, along with new quiz questions.</li>
</ul>
</li>
<li>February 16, 2023
<ul>
<li>A new chapter on ownership has replaced the previous Chapter 4.</li>
Expand All @@ -199,7 +204,19 @@ <h2 id="3-and-more"><a class="header" href="#3-and-more">3. …and more!</a></h2
</li>
</ul>
<p><em>Interested in participating in other experiments about making Rust easier to learn? Please sign up here:</em> <a href="https://forms.gle/U3jEUkb2fGXykp1DA">https://forms.gle/U3jEUkb2fGXykp1DA</a></p>
<h2 id="4-acknowledgments"><a class="header" href="#4-acknowledgments">4. Acknowledgments</a></h2>
<h2 id="4-publications"><a class="header" href="#4-publications">4. Publications</a></h2>
<p>Thus far, this experiment has led to two open-access publications. Check them out if you’re interested to see the academic research behind this book:</p>
<ul>
<li>
<p><a href="https://dl.acm.org/doi/10.1145/3649812">Profiling Programming Language Learning</a> <br />
Will Crichton and Shriram Krishnamurthi. OOPSLA 2024. (Distinguished Paper!)</p>
</li>
<li>
<p><a href="https://dl.acm.org/doi/10.1145/3622841">A Grounded Conceptual Model for Ownership Types in Rust</a> <br />
Will Crichton, Gavin Gray, and Shriram Krishnamurthi. OOPSLA 2023.</p>
</li>
</ul>
<h2 id="5-acknowledgments"><a class="header" href="#5-acknowledgments">5. Acknowledgments</a></h2>
<p>Niko Matsakis and Amazon Web Services provided funding for this experiment. Carol Nichols and the Rust Foundation helped publicize the experiment. TRPL is the product of many people’s hard work before we started this experiment.</p>
<script type="text/javascript" src="quiz/quiz-embed.iife.js"></script><link rel="stylesheet" type="text/css" href="quiz/style.css">
</main>
Expand Down
19 changes: 18 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,11 @@ <h2 id="2-highlighting"><a class="header" href="#2-highlighting">2. Highlighting
<h2 id="3-and-more"><a class="header" href="#3-and-more">3. …and more!</a></h2>
<p>The book’s content may change as you go through the experiment. We will update this page as we add new features. Here’s the changelog:</p>
<ul>
<li>September 26, 2024
<ul>
<li>Chris Krycho’s chapter on async Rust has been added, along with new quiz questions.</li>
</ul>
</li>
<li>February 16, 2023
<ul>
<li>A new chapter on ownership has replaced the previous Chapter 4.</li>
Expand All @@ -199,7 +204,19 @@ <h2 id="3-and-more"><a class="header" href="#3-and-more">3. …and more!</a></h2
</li>
</ul>
<p><em>Interested in participating in other experiments about making Rust easier to learn? Please sign up here:</em> <a href="https://forms.gle/U3jEUkb2fGXykp1DA">https://forms.gle/U3jEUkb2fGXykp1DA</a></p>
<h2 id="4-acknowledgments"><a class="header" href="#4-acknowledgments">4. Acknowledgments</a></h2>
<h2 id="4-publications"><a class="header" href="#4-publications">4. Publications</a></h2>
<p>Thus far, this experiment has led to two open-access publications. Check them out if you’re interested to see the academic research behind this book:</p>
<ul>
<li>
<p><a href="https://dl.acm.org/doi/10.1145/3649812">Profiling Programming Language Learning</a> <br />
Will Crichton and Shriram Krishnamurthi. OOPSLA 2024. (Distinguished Paper!)</p>
</li>
<li>
<p><a href="https://dl.acm.org/doi/10.1145/3622841">A Grounded Conceptual Model for Ownership Types in Rust</a> <br />
Will Crichton, Gavin Gray, and Shriram Krishnamurthi. OOPSLA 2023.</p>
</li>
</ul>
<h2 id="5-acknowledgments"><a class="header" href="#5-acknowledgments">5. Acknowledgments</a></h2>
<p>Niko Matsakis and Amazon Web Services provided funding for this experiment. Carol Nichols and the Rust Foundation helped publicize the experiment. TRPL is the product of many people’s hard work before we started this experiment.</p>
<script type="text/javascript" src="quiz/quiz-embed.iife.js"></script><link rel="stylesheet" type="text/css" href="quiz/style.css">
</main>
Expand Down
2 changes: 1 addition & 1 deletion js-extensions/packages/telemetry/dist/index.js

Large diffs are not rendered by default.

77 changes: 47 additions & 30 deletions print.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion searchindex.json

Large diffs are not rendered by default.

0 comments on commit b6304b1

Please sign in to comment.