Hacker News new | ask | show | jobs
by abrahamsen 4915 days ago
I'd expect Smalltalk programmers to find Obj-C syntax much more natural than Java, C#, or C++.
1 comments

yes, but I get reminded every day how it is not SmallTalk.

e.g. the primitive vs. object distinction, the lack of closures (gcd is a poor replacement) and the way they allow a rethink of control flow, the neat things you can do because the stack is an object (restart exceptions with values! coroutines!)

I'm fine with the compromise, I just wish it was different.

I had hopes that MacRuby would turn into a supported systems programming language, but it's not to be.