diff --git a/README.md b/README.md index 0f5fbff..547db18 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,9 @@ Official Books from the Series by @davecom - [Classic Computer Science Problems in Java](https://github.com/davecom/ClassicComputerScienceProblemsInJava) - [Classic Computer Science Problems in Swift](https://github.com/davecom/ClassicComputerScienceProblemsInSwift) +My Latest Book +- [Computer Science from Scratch: Building Interpreters, Art, Emulators and ML in Python](https://github.com/davecom/ComputerScienceFromScratch) + Ports - [C++ implementation by @aray-andres](https://github.com/araya-andres/classic_computer_sci) - [Go implementation by @arlima](https://github.com/arlima/problemas_classicos_CC) @@ -31,3 +34,4 @@ Ports - [JavaScript implementation by @SaschaKersken (German translator of CCSPiP)](https://github.com/SaschaKersken/ClassicComputerScienceProblemsInJavaScript) - [Ruby implementation by @tj84](https://github.com/tj84/cs_problems) - [Rust implementation by @marpetercontribs](https://github.com/marpetercontribs/classic-computer-science-problems-in-rust) +- [Haskell implementation by @marpetercontribs](https://github.com/marpetercontribs/classic-computer-science-problems-in-haskell)