A Review of the K&R C Programming Language Book
The K&R C Book is touted as the book to get if you want to learn C. It is the…
A Review of “Mastering Algorithms with Perl”
This is another hit from O'Relly for learning Perl. The Perl Cookbook is good, but it focuses on the language…
Getting Classy With Inheritance In Lua
We're going to cover the basics of inheritance in Lua. Lua doesn't have native classes, so don't expect things like…