Skip to main content

Mike Kreuzer

Swift

5 June 2014

Wish for it, and it'll happen. Well sometimes. In my last blog post I wished for a replacement for Objective C, and here it is. And it's awesome.

I've been thinking about, playing with and coding in Swift since I woke up to the news of it on Tuesday morning. I had the iBook downloaded before breakfast but had to wait through an agonising day of my day-job to get to play with it properly. (It's on the web now too, over at the Apple developer site.)

Apple just made coding for iOS (and OSX) a whole lot easier and fun to do.

Apple also just killed the thriving industry of people trying to work around the barrier that Objective C was becoming. Appcelerator, Corona, Eero, PhoneGap, RubyMotion, Xamarin, all those and more, all dead. Scripting languages like Python and Ruby, and the awful, awful mess of JavaScript are looking pretty dicey too.

But that's a good thing. Cocoa is great, and Objective C, once you get over the shock of it, Objective C can be pretty good; but iOS (and OSX, a platform that's featuring more and more in my thoughts) deserve better than pretty good. They deserve great. Now they have it.

You may have noticed I'm a fan.

There are naysayers of course. Mostly they point out that some language like Go offers superior feature X or Y. Well, maybe. For now, maybe. But you can't code an iPhone app in Go. You can't even code an Android app in it, for that you need Google's copy of a two versions out of date Java 6 and compared to that, in the words of Craig Federighi, Swift "totally rules".

I have all of three days experience of Swift, which is to say as much as anyone outside of Chris Lattner and a handful of guys at Apple, but because of that and because it relies on beta software – yadda yadda yadda – the following may be full of mistakes.

Some observations garnered from the last few days. This may be of use to someone, so I'll jot it down here. In years to come I can always reminisce about how naive I was. (Moreso.)

As I get used to it it'll get easier to spot the patterns, and blocks in Objective C never really made sense to me intuitively. I could power my way through them but I struggled with the syntax, these at least look right or wrong to me when they are.

It's very early days but this is all very, very good. I had rewritten the blog engine that powers this site as a Node module (in JavaScript, boo!) but I really couldn't be bothered going back to it to put that into production, this is the old Ruby-powered site. I'm rewriting my blog reading app, and a couple of new apps in Swift. Writing in other languages just seems like a waste of time.

Apps that are easier to develop & get right & to maintain. Better apps, quicker. What's not to like?