Rust Conference Sessions and Keynotes: A Comprehensive Overview

Table of Contents

1. Sessions

1.2. 9:45–10:30am Opening Keynote Aaron Turon and Niko Matsakis

  • Rust roadmap is under development
  • 6 month milestones with retrospectives
  • https://github.com/rust-lang/rust/blob/master/RELEASES.md
  • key challenge is the learning curve (3 week front-loading)
  • The preformance challenge of Hello World! server not one of Node questions
  • ownership and borrowing as part of the hurdle
  • exampes of clean implementations: longest_line, load_images
  • closures as the key issues given the number of fn calls; environment resolution as ergonomics of programming