From 8f101bbbf506791934e4303143d753fa4b3261f9 Mon Sep 17 00:00:00 2001 From: Lorenzo Bragaglia Date: Mon, 1 Aug 2016 14:47:44 +0200 Subject: [PATCH] Add Self handbook (#2001) The official [Self language](http://www.selflanguage.org/) documentation. --- free-programming-books.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/free-programming-books.md b/free-programming-books.md index 24827603..40ed5c1d 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -165,6 +165,7 @@ * [Scilab](#scilab) * [Scratch](#scratch) * [Sed](#sed) +* [Self](#self) * [Smalltalk](#smalltalk) * [Spark](#spark) * [SQL (implementation agnostic)](#sql-implementation-agnostic) @@ -2018,6 +2019,11 @@ For resources on Angular, Backbone, D3, Dojo, Ember, Express, jQuery, Knockout, * [Sed - An Introduction and Tutorial](http://www.grymoire.com/Unix/Sed.html) +### Self + +* [The Self Handbook](http://handbook.selflanguage.org/current/) + + ### Smalltalk * [Computer Programming using GNU Smalltalk](http://www.canol.info/books/computer_programming_using_gnu_smalltalk/) (PDF)