This repo consolidates all the snippets of code that I wrote while dipping my legs in various languages.
It's mostly junk.
The books that prompted me to set forth on these adventures.
- The C Programming Language - Kernighan & Ritchie
- C Interfaces and Implementations - David Hanson
- Foundations of CS - Aho & Ullman
- C++ Primer - Josée Lajoie and Stanley B. Lippman
- Real World Haskell - Bryan O'Sullivan, Don Stewart, and John Goerzen
- Write Yourself a Scheme in 48 Hours
- H-99: Ninety-Nine Haskell Problems
Common Lisp
- Land Of Lisp - Conrad Barski
- On Lisp - Paul Graham
- Paradigms of Artificial Intelligence Programming - Norvig
Scheme
- Beginning Ruby - Peter Cooper