Skip to content

Instantly share code, notes, and snippets.

@chikoski
Last active November 14, 2016 09:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chikoski/ea496a6ebc3f3cc88abf80516944f8db to your computer and use it in GitHub Desktop.
Save chikoski/ea496a6ebc3f3cc88abf80516944f8db to your computer and use it in GitHub Desktop.
Rust handson overview

Rust handson

  • Date: 2016/10/15
  • Venue: Mozilla Japan
  • Organized by Mozilla Japan & teratail
  • Max attendees: 25
  • Event site

Goals

  • Convince attendees Rust is awesome

Audiences

  • Mid-level JavaScript programmer
    • Uses constructors fluently
    • Understands the side effect of passing objects to functions via their arguments
    • Unfamiliar with static typing
  • Mid-level Java programmer
    • Familiar with static typing
    • Understands the side effect of passing objects to functions via their arguments
  • Mid-level C / C++
    • Familiar with static typing
    • Fluent in pointer operation

Covered topics

  • Goal of rust
  • Online resources
    • Tutorials
    • API references
    • Playground
  • Local development tools
  • Ownership & borrowing
  • User defined data: struct, enum, trait
  • Concurrency

References

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment