Ruci and My First Experiences with Rust
I recently finished CIS 198, a minicourse at Penn on the Rust programming language. Rust is a language that “runs blazingly fast, prevents segfaults, and guarantees thread safety.” It provides functional programming features while also giving you low-level…