Add "CoolAid: The Cool 2013 Reference Manual"

Describes the programming language Cool: the Classroom
Object-Oriented Language.
This commit is contained in:
Thomas Cort 2013-12-06 12:37:43 -05:00
parent f2d272c86e
commit ced36ebea0
1 changed files with 5 additions and 0 deletions

View File

@ -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)