An interesting thing is Common Lisp's place in the graph. It roughly translates to saying Common Lispers have less woes relatively. The CL nerds were right all along :)
That or they just would rather suffer than talk to or work with another human being.
Why The Cool Kids Don't Use Erlang
81–90 of 128 posts
Re: Why The Cool Kids Don't Use Erlang
#82Earlier quoted context omitted.
Jon Skeet is a Google developer. Well early Git adopters were Linux developers. Does it mean that GitHub is not really mainstream apart from a narrow group of people?
> Does it mean that GitHub is not really mainstream apart from a narrow group of people? Does git even work well on Windows yet?
Re: Why The Cool Kids Don't Use Erlang
#83A semi-interesting observation of the graph on one of the first slides: C# is highest on StackOverflow metric because the site has been historically concentrating more on Microsoft technologies. This also shows on how the different languages are separated by the diagonal line: technologies/languages closer to Microsoft are above the line and more "open" alternatives are under the line.
How can an open free Q&A site be concentrated on something? It simply reflects what people want and need.
Re: Why The Cool Kids Don't Use Erlang
#84Re: Why The Cool Kids Don't Use Erlang
#85Re: Why The Cool Kids Don't Use Erlang
#86Earlier quoted context omitted.
Java/Scala do allow you to do bad things. So add the following to Hershel's question: "Assume developers are non-malicious and will only pass immutable objects across actor/future boundaries." Also, I'm not that familiar with Erlang's memory model, so I might be wrong on this. But as far as I'm aware the memory for a message in Erlang is shared between threads - it's only local variables that use private memory. This…
> But as far as I'm aware the memory for a message in Erlang is shared between threads Yes and no. Some large binaries (a specific Erlang data type, that can say represent a packet or block of data from disk), will be shared and reference counted when passed between processes instead of copied. They are immutable just like most datatypes in Erlang. These binaries have a specific GC algorithm that it just might take l…
Another common issues is taking references to a small part of a large shared binary.
Re: Why The Cool Kids Don't Use Erlang
#87Since there are actor libraries like akka targeting the JVM and claiming to offer similar benefits, why should someone prefer erlang?
Re: Why The Cool Kids Don't Use Erlang
#88Earlier quoted context omitted.
It's not really much better on a browser. It took me about 10 minutes of clicking and swiping to figure out that you're meant to use the cursor keys to navigate. What a shitty user experience...
Explain downvote please.
Re: Why The Cool Kids Don't Use Erlang
#89Earlier quoted context omitted.
It's not really much better on a browser. It took me about 10 minutes of clicking and swiping to figure out that you're meant to use the cursor keys to navigate. What a shitty user experience...
Seems like they used a Powerpoint-esque framework... it's not really intuitive when you think of it like the average web page, but for giving a presentation it's quite good