Skip to content

April CTCFT post edits #959

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 23 additions & 2 deletions posts/inside-rust/2022-04-12-CTCFT-april.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,29 @@ Reading Club Phase II, and what was learned from the first iteration of the
club. Jon Gjengset will talk about teaching advanced Rust concepts.

- (5 min) Opening remarks 👋 ([angelonfira])
- (15 min) Rustc Reading Club Phase II ([doc-jones])
- (15 min) Teaching Advanced Rust ([jonhoo])
- (20 min) Rustc Reading Club Phase II ([doc-jones])
- The Rustc Reading Club has two goals. First, to produce confident new
contributors to rustc. Second, to deepen understanding of rustc for mid
level contributors. The structure of RRC enables participants to gain
experience working with other contributors making their future
collaborations easier. [Phase I of the Rustc Reading Club] is complete and
now we are ready to launch Phase II based on what we've learned. Phase I
focused solely on rustc's name resolver module. We plan to expand and
"read" other areas of the compiler in Phase II.
- (20 min) Teaching Advanced Rust ([jonhoo])
- Over the past few years I've spent a lot of time trying to teach Rust
"beyond the basics", focusing my attention on the problems that developers
who have read all the introductory materials run into when they sit down
to actually use Rust "for real'. In this session I'll talk about some
recurring patterns I've seen while doing this, in the hope that they may
spawn interesting discussion about possible solutions.
- (5 min) Closing ([angelonfira])

[angelonfira]: https://github.com/angelonfira
[doc-jones]: https://github.com/doc-jones
[jonhoo]: https://github.com/jonhoo

[Phase I of the Rustc Reading Club]: https://mojosd.medium.com/rrc-phase-i-retrospective-74141fb246e4

## Afterwards: Social Hour

Expand Down