From f9f73df583ad7318875113a350138201af8d6f9f Mon Sep 17 00:00:00 2001 From: Eric Allam Date: Thu, 9 Jan 2014 13:34:13 +0000 Subject: [PATCH] Added the Try Objective-C interactive tutorial and book --- free-programming-books.md | 1 + free-programming-interactive-tutorials-en.md | 3 +++ 2 files changed, 4 insertions(+) diff --git a/free-programming-books.md b/free-programming-books.md index e4ed5dcd..72036405 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -1066,6 +1066,7 @@ See also [TeX](#tex) * [Object-Oriented Programming with Objective-C](http://developer.apple.com/library/mac/documentation/Cocoa/Conceptual/OOP_ObjC/OOP_ObjC.pdf) (PDF) * [Objective-C Succinctly, Syncfusion](http://www.syncfusion.com/resources/techportal/ebooks/objective-c) (PDF, Kindle) *(Just fill the fields with any values)* * * [Google's Objective-C Style Guide](http://google-styleguide.googlecode.com/svn/trunk/objcguide.xml) +* [Try Objective-C Book](http://rubymaverick.com/try-objectivec-book/) ###OCaml * [Introduction to Objective Caml](http://courses.cms.caltech.edu/cs134/cs134b/book.pdf) (PDF) diff --git a/free-programming-interactive-tutorials-en.md b/free-programming-interactive-tutorials-en.md index a8534b86..56ba9d8f 100644 --- a/free-programming-interactive-tutorials-en.md +++ b/free-programming-interactive-tutorials-en.md @@ -27,6 +27,9 @@ ###NoSQL * [MongoDB Koans](https://github.com/chicagoruby/MongoDB_Koans) +###Objective-C + +* [Try Objective-C](http://tryobjectivec.codeschool.com) ###Python * [How to Think Like a Computer Scientist: Learning with Python, Interactive Edition](http://interactivepython.org/courselib/static/thinkcspy/index.html) -- GitLab