Tag
A video transcript discussing how to avoid panics in Rust by using combinators and the Result type instead of unwrap, explaining the three typical crash causes and emphasizing writing robust code.
A tutorial on the Joy programming language, a functional language based on composition of functions and combinators, using postfix notation and stack-based execution.