From ced36ebea023ddf002bf5900d76a504f866c3133 Mon Sep 17 00:00:00 2001
From: Thomas Cort <linuxgeek@gmail.com>
Date: Fri, 6 Dec 2013 12:37:43 -0500
Subject: [PATCH] Add "CoolAid: The Cool 2013 Reference Manual"

Describes the programming language Cool: the Classroom
Object-Oriented Language.
---
 free-programming-books.md | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/free-programming-books.md b/free-programming-books.md
index 4df0c751e..7b999cc82 100755
--- a/free-programming-books.md
+++ b/free-programming-books.md
@@ -37,6 +37,7 @@
 * [COBOL](#cobol)
 * [CoffeeScript](#coffeescript)
 * [ColdFusion](#coldfusion)
+* [Cool](#cool)
 * [Coq](#coq)
 * [D](#d)
 * [Dart](#dart)
@@ -526,6 +527,10 @@
 * [Learn CF in a Week](http://learncfinaweek.com/)
 
 
+###Cool
+* [CoolAid: The Cool 2013 Reference Manual](http://www.cs.uwm.edu/~cs654/handouts/cool-manual.pdf) (PDF)
+
+
 ###Coq
 * [Software Foundations](http://www.cis.upenn.edu/~bcpierce/sf/)
 * [Certified Programming with Dependent Types](http://adam.chlipala.net/cpdt/html/toc.html)