Live data from Hacker News

"I couldn't really learn Erlang, 'cos it didn't exist, so I invented it"

erlang.org

181–183 of 183 posts

Re: "I couldn't really learn Erlang, 'cos it didn't exist, so I invented it"

#181
post #25

Earlier quoted context omitted.

You are absolutely correct, of course. But he was sharing his personal frustrations with C++, not engaging in the programming equivalent of "slut-shaming" someone for using C++. That's an important distinction that I think has been lost with the HN community. Without criticism, nothing would get better, but if you criticize someone for making something or making a choice, you might just encourage them to stop being a…

not being a girl myself, I suspect that a girl who has been "slut shamed" would probably take offense at someone referring to our circle jerks about one's favorite tool(s) to be considered "slut shaming". Lets keep things in perspective here.

Sluttiness is shameful. No way around it.

Re: "I couldn't really learn Erlang, 'cos it didn't exist, so I invented it"

#182
post #144

Earlier quoted context omitted.

I'm not really sure if that answers your question though I think GP was confused about the difference between the concept of piping and the concept of function composition. As noted by GGGP above, the concept of piping/composition is not only Unix pipes, but you keep arguing about that particular case of it instead of the general concept.

There's a reason I keep arguing about that particular case. It's because you can't really discuss the concept without examples, and as there's only really one implementation of this concept common use, the only example I can give is this particular case.

as there's only really one implementation of this concept common use

Function composition really isn't that uncommon.

Re: "I couldn't really learn Erlang, 'cos it didn't exist, so I invented it"

#183
post #167
post #23

I spat my coffee out at this bit: if you want a quick fix go buy "learn PHP in ten minutes" and spend the next twenty years googling for "how do I compute the length of a string"

He's right though, PHP has no reliable way to obtain the length of a string in characters, unless you keep track of which character set a string is in and carefully manipulate the mbstring functions. Doing multibyte string handling properly in PHP is way harder than it should have been.

I spat my coffee out laughing. Because he is so right.
Post reply on HN