Comment Re: Erm no (Score 1) 34
I liked ObjC enough that even when I didn't have to use it - for something outside Mac/iOs - I did, anyway.
Thanks for that! I'm glad someone else appreciates (appreciated?) ObjC for what it is/was. I never quite got C++, and struggled with Pascal with Objects / Delphi for some time. I came across ObjectiveC, and OO programming started to make sense. I went back to Delphi, and its OO take also began to make sense. And then I struggled with C++, so basically I use it as "C with Objects" and leave it at that. Still don't get C++ completely, and I'm fine with it. Basically all my programming is "retro" these days (DOS, Win3.1x, even some CP/M), so my ObjC programming is kept almost totally to the Linux command line.
The two biggest struggles with ObjC was and still remains: its frameworks are still tied almost completely to NeXT, and so are almost all its instructional materials. It's tough to open a book purported to teach ObjC, and the first chapter details installing Xcode on a Mac. I haven't had a Mac in over 15 years. Happily, GNUstep is relatively close (for wide values of "close"), so it's not all that bad.