From 5d413f2c074c5149b6a26ad8ccb646f527c9ed2b Mon Sep 17 00:00:00 2001 From: angerangel Date: Tue, 29 Dec 2015 13:01:12 +0100 Subject: [PATCH] Added livecode programming language and book --- free-programming-books.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/free-programming-books.md b/free-programming-books.md index cc0a7528..44358962 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -109,6 +109,7 @@ Original Source: [List of freely available programming books](http://web.archive * [Limbo](#limbo) * [Linux](#linux) * [Lisp](#lisp) +* [Livecode] (#livecode) * [Lua](#lua) * [MarkDown](#markdown) * [Mathematica](#mathematica) @@ -1419,6 +1420,11 @@ For resources on Angular, Backbone, D3, Dojo, Ember, Express, jQuery, Knockout, * [The Evolution of Lisp](http://www.dreamsongs.com/Files/HOPL2-Uncut.pdf) - Guy L. Steele Jr., Richard P. Gabriel (PDF) +### Livecode + +* [LiveCode userguide] (http://www.scribd.com/doc/216789127/LiveCode-userguide) (PDF) + + ### Lua * [Lua 5.1 Reference Manual](http://www.lua.org/manual/5.1/) -- GitLab