Snippets
My tidbits repository serves as a place to store things that don’t belong anywhere else. It contains short projects that don’t deserve their own place. Things like musings on python internals and thoughts that end up being blog posts. Some of the coolest pieces are a
- collaborative filter implementation in scala,
- an implementation of an object system that supports inheritance,
- a short lisp interpreter written by a friend and me.
- swizzling, but in python