The month that was June 2017
And I am back. I have been bouncing around some what in where I put things in terms of longer form blog posts. So now I bounce back to one of my old blogs. So to update I am sort into programming in C at the moment. I have been working on a mini interpreter. Really it comes about from a curious thought. How much of a program can I write in C that a full rebuild takes at most 250 milliseconds. That is the duration it takes for a C++ hello world program, using std::iostream, to compile and link. At the moment the interpreter is really only at the features of a calculator and takes about 80 milliseconds to build. I know it is a pretty weird thing to do but curiosity got the better of me. This month I have also started to spend a reasonable of time practicing drawing. I discovered http://www.drawabox.com and have been doing some of the exercises there. So far my ability to draw a box has improved. If I am honest, at certain times, I find the grind of practicing a little boring.