A bit of background: I've been developing apps for two years for Mac and iOS. I really like Objective-c and the Cocoa / Cocoa-Touch framework. I did java and C ++ before I started programming for iOS, and now when I look at these languages, I literally get a headache (the syntax is mostly, but also the lack of classes provided by the Cocoa framework). I think I'm too used to the Objective-c [] syntax and the rich Cocoa -Framework (things like NSDictionary, NSPredicate, NSString ....)
Now: I need to do some server-side programming. I was wondering what is my best option. Of course, I donβt want to go with Java, but is there a language similar to Objective-c that I can use that has a framework like Cocoa with classes similar to NSString, NSDictionary, etc.? or better yet, can I even use Objective-c myself in server-side programming?
Edit: I took a look at python, and as far as the syntax goes, I like it. But, of course, this is just syntax, there is more to the language than just syntax ...
Thanks.
source share