Tagged Questions
2
votes
1answer
233 views
Are Blocks Second-Class Citizens in Objective-C (vs. Ruby)?
Feeling slightly witty the other day, I wrote an eachWithIndex: method in a NSArray category. It has a typedef like this:
typedef void (^processItem)(id item, int index);
and the method looks like ...
2
votes
3answers
456 views
Which server side framework/language should I use [closed]
I am an iOS developer. I love objective-c and the cocoa/cocoa-touch framework. I was wondering what's a programming language/ framework for server side programming that best mimics or closely ...
9
votes
12answers
845 views
Which Programming Languages Support the Following Features?
My personal programming background is mainly in Java, with a little bit of Ruby, a tiny bit of Scheme, and most recently, due to some iOS development, Objective-C.
In my move from Java to Objective-C ...