Rust programming language
Rust Your Own Lisp
A translation of Build Your Own Lisp into Rust. Should be a handy read to get to know some Rust concepts.
A half-hour to learn Rust - fasterthanli.me
"In order to increase fluency in a programming language, one has to read a lot of it. But how can you read a lot of it if you don't know what it means?
In this article, instead of focusing on one or two concepts, I'll try to go through as many Rust snippets as I can, and explain what the keywords and symbols they contain mean."
pylyzer: A fast static code analyzer & language server for Python
A Python language server written in Rust.