Small projects to learn about very specific subjects
- binary-arithmetic: Learn about binary arithmetic (Scala)
- cryptopals: Cryptopals challenges (Haskell)
- random-replace: Learn about Shapeless by randomly replacing any field in a case class (Scala)
- rosetree: Create a rosetree, i.e. a tree data structure with a variable number of branches per node. (Scala)