CS220: Programming Principles
Descriptions
- Offered by: KAIST
- Prerequisites: Any programming language
- Programming Languages: Rust
- Difficulty: 🌟🌟🌟
- Class Hour: 40 hours
Jeehoon Kang from KAIST and his Concurrency and Parallelism Laboratory appear to be strong advocates of the Rust programming language. Their contributions include CS431 and CS420 in the csidy curriculum. Naturally, they have developed an introductory course for Rust, which is this course. It covers most of the essential topics needed to get started with Rust.
This course does not have an official textbook. The course homepage recommends using the Rust book for learning and provides a structured learning path in the slides. Although there are no publicly available lecture videos, the comprehensive testing system makes this course an excellent resource for practicing Rust. Some exercises can serve as a great supplement to CS110L. If you still feel the need for more practice after completing CS110L, this course is a good choice. Some exercises are quite challenging, and Jeehoon Kang encourages the use of AI-assisted programming. However, AI is not perfect, and the core work must still be done by yourself.
Course Resources
- Course Website: Github Repository
- Recordings: None
- Textbooks: slides
- Assignments: Github Repository
Personal Resources
There are no publicly available answer keys, and it is unclear whether the course instructor supports the idea of sharing solutions. If you encounter difficulties, you can find discussions about the assignments in the ISSUE section of the repository.