Skip to content
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

Put together an "intro to Rust" equivalent to our "intro to Go" in the prep #220

Open
illicitonion opened this issue Jun 11, 2024 · 1 comment
Assignees

Comments

@illicitonion
Copy link
Member

https://github.com/CodeYourFuture/immersive-go-course/tree/main/prep is very Go focused. Specifically:

  • Tour of Go
  • How to use the fmt package in Golang
  • Go-focused intro to pointers
  • Learn Go with tests
  • Navigating Go documentation

We should add a Rust equivalent to "generally get to know the language".

I'm evaluating:

Key criteria are:

  • Easy to generally pick up and follow
  • Does pre-assume a lot of knowledge
  • Explains terms (or references explanations) when first using them
  • Introduces relevant sections of the language (e.g. we probably don't care much about unsafe, lifetimes, ffi, alloc golf). We probably do want async, but towards the end not the start.

Feel free to add more to both lists.

@illicitonion illicitonion self-assigned this Jun 11, 2024
@illicitonion illicitonion moved this from Backlog to In Progress in Immersive Go Course Jun 11, 2024
@illicitonion
Copy link
Member Author

I've looked at all of the above - I'm pretty strongly in favour of the Mainmatter course. @SallyMcGrath - any thoughts?

I have a small list of things I'd like to contribute to it, but it's very small.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: In Progress
Development

No branches or pull requests

1 participant