Contents contributed and discussions participated by Chris Chamberlain
Swift Programming Language - 8 views

Catherine Hainstock liked it
-
Yesterday, Apple announced a number of things (iOS 8, Mac OS X 10.10 to name a few). One of those things was a new programming language for developing Apple apps. It is called Swift and is a bit like "Objective-C plus Python plus JavaScript plus C++". Although it is designed to complement Objective-C (not replace it), now Objective-C will no longer be considered "cool" (if it ever was).
Just a bit of news... -
It is a new language. It is meant to be Objective-C without the baggage of C. It is based on the same LLVM compiler and is fully interoperable with Objective-C. According to apple's (probably unrealistic) performance benchmarks it can be up to twice as fast as Objective C. To me it looks like Objective-C crossed with scripting languages like JavaScript and Python, incorporating "modern" language features like namespaces, closures, tupls, dynamic typing etc.
(Sorry for the technical babble. If you want a better explanation check out the keynote on YouTube)
1 - 2 of 2
Showing 20▼ items per page
(actual info in next comment)
done all the examples it is basically dead weight, however, I would definitely borrow it from a library if you are interested. (Not sure if its at scotch.)
This book will get you from a complete beginner to a proficient programmer in Java. However, this hasn't even started talking about game programming, which is an entirely extra layer of skills to add to your "toolkit". That's where the next book comes in...