From d10de145d04f76f3f26353506beefd8591195804 Mon Sep 17 00:00:00 2001 From: Joseph Plant Date: Wed, 30 Oct 2013 14:59:16 +1000 Subject: [PATCH] Added COBOL section with 2 PDFs --- free-programming-books.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/free-programming-books.md b/free-programming-books.md index c88b2b8a..3687baf1 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -32,6 +32,7 @@ * [C](#c) * [C++](#c-1) * [Clojure](#clojure) +* [Cobol] (#cobol) * [CoffeeScript](#coffeescript) * [ColdFusion](#coldfusion) * [Coq](#coq) @@ -438,6 +439,10 @@ * [Clojure Koans](http://clojurekoans.com/) +###COBOL +* [COBOL Programming Fundamental] (http://ibmtc.hust.edu.cn/zos-cobol/cobol/resource/COBOL_Programming_Fundamental.pdf) (PDF) +* [Open COBOL 1.1 - Programmer's Guide] (http://opencobol.add1tocobol.com/OpenCOBOL%20Programmers%20Guide.pdf) (PDF) + ###CoffeeScript * [Smooth CoffeeScript](http://autotelicum.github.com/Smooth-CoffeeScript/SmoothCoffeeScript.html) * [The Little Book on CoffeeScript](http://arcturo.github.com/library/coffeescript/) -- GitLab