What I really like about 8th is, it’s really easy and fast to write programs to test ideas or how code works. I just wrote a path finding library for graphs. It can do Uniform Cost Search and A* and also properly handles directed graph edges.
I wrote a simple graphical program to visualize how code works.