Bevy is a game engine written in Rust with a superb project introduction: https://bevyengine.org/news/introducing-bevy/
Videos! Clear rationale! A ton of examples with screenshots of the results!
miniblog.
Related Posts
An introduction to devcontainers, the advantages of a reproducible local dev environment and where it makes sense:
Short and very accessible introduction to implementing unification, including Python sample code:
https://www.youtube.com/watch?v=0DLdQ6yb7h8 is a really accessible introduction to programming workflows with Sly for Common Lisp.
The notion of 'stickers' is novel to me: you mark places in the code where you want to remember values (essentially tracing) or pop to a debugger (breakpoints).
