←back to thread

873 points belter | 8 comments | | HN request time: 0s | source | bottom
Show context
gorjusborg ◴[] No.42947212[source]
No, objects aren't generally 'good', unless you think keeping multiple state machines in sync is 'good'.

OO is not evil, but it also shouldn't be your default solution to everything.

Also, who is this person? I immediately distrust someone who calls themselves 'a pretty cool guy'. That's for the rest of us to decide.

replies(4): >>42948148 #>>42948743 #>>42949044 #>>42949626 #
1. 9rx ◴[] No.42949626[source]
> OO is not evil, but it also shouldn't be your default solution to everything.

With Smalltalk and Objective-C both being effectively dead at this point, that really only leaves Ruby (and arguably Erlang) as the only languages that are able to express OO. And neither of those languages are terribly popular either. Chances are it won't be your default solution, even if you want it to be.

replies(2): >>42952253 #>>42953983 #
2. igouy ◴[] No.42952253[source]
J ... J ... Java.
replies(1): >>42952374 #
3. 9rx ◴[] No.42952374[source]
Patrick Naughton came from the Smalltalk world, so Java is definitely inspired by Smalltalk, but he didn't bring along the oriented bits. Its object model is a lot closer to C++'s. To have objects does not imply orientation.
replies(1): >>42956726 #
4. lcnPylGDnU4H9OF ◴[] No.42953983[source]
> and arguably Erlang

Curious about your case for this. I don't know a lot about Erlang other than "it's what Elixir is based on" or whatever technical jargon is more accurate. I thought it was functional.

replies(1): >>42956297 #
5. 9rx ◴[] No.42956297[source]
> Curious about your case for this.

I was mostly riffing on the time Joe Armstrong, creator of Erlang, said that Erlang might be the only object-oriented language in existence. Although he's not exactly wrong, is he?

> I thought it was functional.

I think that is reasonable. Objects, describing encapsulation of data, are what define functional. Without encapsulation, you merely have procedural. Of course, that still does not imply the objects are oriented...

For that you need message passing. But Erlang has message passing too! So there is a good case to be made that is object-oriented.

6. igouy ◴[] No.42956726{3}[source]
“When I use a word,” Humpty Dumpty said in rather a scornful tone, “it means just what I choose it to mean—neither more nor less.”
replies(1): >>42966557 #
7. 9rx ◴[] No.42966557{4}[source]
"I made up the term object-oriented, and I can tell you I did not have C++ in mind.", said Alan Kay.
replies(1): >>42992257 #
8. igouy ◴[] No.42992257{5}[source]
That was the easy laughter set-up line. The follow-up seemed to confound the audience.

What was the follow-up?