Hacker Read top | best | new | newcomments | leaders | about | bookmarklet login

In a PDF no less. I for one do not miss C (or Objective-C for a long time) at all. I built my first commercial app in C starting in the mid 1985 (Mac). That's how much of an antique this language is.


sort by: page size:

I miss Objective-C. It is such a beautiful, elegant language.

I'm pretty sure that I remember Objective-C (under gcc) from way back.

I bought a C compiler at my job in 1984 because I thought it was the future, then spent nearly a decade writing MacOS apps in C. I even added object extensions to it (for our use) in 1989 because C++ was not an option yet.

I worked with Objective-C in the late 90s and again in the 2010s, which is basically C with funky object stuff.

I don't miss it at all. C is very low level and so easy to write bad code in if you don't have solid discipline, the language doesn't help at all, which was not really a design decision back then. The first C compiler we used didn't even support prototypes.

I exclusively use Swift now.


I recently got back into Objective-C (first did in 2002) doing some (for hire) framework work on an app that was built in it originally. And it's very refreshing! I've done a lot of C in between then and now, and I almost have to keep reminding myself that it's C under the hood, really.

I wrote my first commercial Objective-C program back in 1988 on msoft DOS -- 22 years ago. I am guessing it would probably be a dead language by now if it had not been for NeXT/Apple.

For anyone that misses their Objective-C days.

I don't think anyone takes for granted Objective C today. It's not used but for legacy code. Awful thing anyway.

Sure, I still miss it from Objective-C :P

I still find writing Objective-C relatively enjoyable in this decade. It’s much nicer than C++, for example.

I'm going to miss Objective C terribly. It is, hands down, still my favorite language (and ecosystem). It's interoperability with C got me into C. It was insanely powerful and fun.

I know not many people agree with me. I liked the square braces and crazy long function names. I know Swift is decent... It's not the same.

Oh well. Lamenting my path to software engineering doesn't mean much for anyone else. But I really am going to miss it.


Objective-C here, too. It's kinda cool because I get to re-learn C at the same time.

I learned to program in Objective C, it was fun. Spent many hours digging behind the scenes, but the only fun fact I remember is that it’s a strict superset of C, so any C program is a valid Objective C program. Always found this fascinating.

Are people still using it today? I thought Swift took over.


I want to say this, but it's honestly been close to a decade since I've seriously touched C or C++. I've used Objective-C more recently than C/C++.

These days, if I'm thinking about creating an application, I'm defaulting to C#.


Believe it or not. But Objective-C continuous to evolve. It is not a dead language.

You realize objective-c is almost 30 years old and started as preprocessor for C?

Ahh, Objective-C. Such an under appreciated language. Perhaps not for much longer though.

Objective-C is a neat little language. Don't get me wrong - I would never go back to it, largely because of runtime errors due to duck-typing - but there were definitely things to like about it.

The best part was the perfect C/C++ interop. When I was working on iOS apps in Objective C, I found myself writing a lot of pure functional code using C and it was pretty neat to be able to integrate that with the OO stuff from Obj C so easily and with a clear dividing line.


What a legacy. Objective-C feels like a fun toy you can play with, it really does make cool things quite easy that are really hard in most other languages, like the iOS animation system.

RIP. Objective-C was my first language and I enjoyed it even with manual memory management!
next

Legal | privacy