Monthly Archives: April 2020

Dicemath – a small Go service for keeping kids busy

I know this may not be the most fun activity for kids, but it turns out that my 5-year-old likes to do simple addition worksheets. Now that many of us are working from home with our kids, which is mostly … Continue reading

Posted in Programming, Random | Leave a comment

SICP Problem 2.6

This is a short fun exercise I also went through while reading SICP. The problem gives a definition for zero and a function to compute the next integer (add 1): The problem asks you to write the function that adds … Continue reading

Posted in Programming | Leave a comment