| Author |
Message |
|
|
| |
Post subject: |
Re: Objective C Is Crap |
 |
|
|
New to you, dipshit.
New to you, dipshit.
|
|
|
 |
Posted: Sun Jun 17, 2012 9:39 pm |
|
|
 |
|
|
| |
Post subject: |
Re: Objective C Is Crap |
 |
|
|
Ive tried to learn Objective C. And OBJ-C is not new, its from the 80s. It was used with NEXT.
Ive tried to learn Objective C. And OBJ-C is not new, its from the 80s. It was used with NEXT.
|
|
|
 |
Posted: Sat Jun 16, 2012 7:36 pm |
|
|
 |
|
|
| |
Post subject: |
Re: Objective C Is Crap |
 |
|
|
Oh, so you like that you'd rather complain about new concepts than learn them?
Oh, so you like that you'd rather complain about new concepts than learn them?
|
|
|
 |
Posted: Sat Jun 16, 2012 5:25 pm |
|
|
 |
|
|
| |
Post subject: |
Re: Objective C Is Crap |
 |
|
|
C++ can get the same exact result with a more orthodox syntax. I like that a lot.
C++ can get the same exact result with a more orthodox syntax. I like that a lot.
|
|
|
 |
Posted: Tue Jun 12, 2012 3:23 pm |
|
|
 |
|
|
| |
Post subject: |
Re: Objective C Is Crap |
 |
|
|
I really don't understand your argument here. Objective-C uses a different syntax because objects respond to messages, instead of having methods that can be called. So it makes sense to use a different syntax so you don't conflate the idea of sending a message to an object with accessing something the object actually has ownership of.
I really don't understand your argument here. Objective-C uses a different syntax because objects respond to messages, instead of having methods that can be called. So it makes sense to use a different syntax so you don't conflate the idea of sending a message to an object with accessing something the object actually has ownership of.
|
|
|
 |
Posted: Sat Jun 09, 2012 9:48 pm |
|
|
 |
|
|
| |
Post subject: |
Re: Objective C Is Crap |
 |
|
|
And they complain that there are more apps for Windows than Mac OS..
And they complain that there are more apps for Windows than Mac OS..
|
|
|
 |
Posted: Sat Jun 09, 2012 7:54 am |
|
|
 |
|
|
| |
Post subject: |
Objective C Is Crap |
 |
|
|
Okay. So I want to develop for Mac. I have to use Cocoa. Cocoa requires Objective-C. Objective C is a piece of shit. I want to know who the f**k at apple chose that language. I mean come on. Which is simpler to access the alert function:
1. The C++ Way
alert("hi!");
2. The OBJ-C Way [alert:@"hi"]
Come on. Apple developers have to put up with this crap. I feel compelled to use Carbon even though it is outdated.
Okay. So I want to develop for Mac. I have to use Cocoa. Cocoa requires Objective-C. Objective C is a piece of shit. I want to know who the f**k at apple chose that language. I mean come on. Which is simpler to access the alert function:
1. The C++ Way
alert("hi!");
2. The OBJ-C Way [alert:@"hi"]
Come on. Apple developers have to put up with this crap. I feel compelled to use Carbon even though it is outdated.
|
|
|
 |
Posted: Fri Jun 08, 2012 5:21 pm |
|
|
 |