Live data from Hacker News

Offbeat: Scala by the end of 2011 – No Drama but Frustration is Growing

gridgaintech.wordpress.com

31–40 of 75 posts

Re: Offbeat: Scala by the end of 2011 – No Drama but Frustration is Growing

#31
post #30
post #24

Earlier quoted context omitted.

Thanks for the explanation, but where is the rule in English that states that a sentence cannot have 107 words ? I see posts with far more than that everyday here.

You should probably have some kind of punctuation after the word "code", and start a new sentence after the word "Joy". But it's not worth downvoting you.

[deleted]

Re: Offbeat: Scala by the end of 2011 – No Drama but Frustration is Growing

#32
post #30
post #24

Earlier quoted context omitted.

Thanks for the explanation, but where is the rule in English that states that a sentence cannot have 107 words ? I see posts with far more than that everyday here.

You should probably have some kind of punctuation after the word "code", and start a new sentence after the word "Joy". But it's not worth downvoting you.

Thanks I will add it next time to make it clearer. because I cannot edit it anymore.

Re: Offbeat: Scala by the end of 2011 – No Drama but Frustration is Growing

#33
post #29
post #22

Earlier quoted context omitted.

I downvoted you because your 2nd sentence consists of 107 words.

I was missing a goal to pratice my Scala so I wrote a script to find if you follow your rule, I stopped after getting something bigger than 107 words in order to not hurt HN. After several 90+ words paragraphs I found this 138 words beauty :D. " Maro 321 days ago | link | parent | on: "Nothing like this will be built again": a tour of... When I was getting my degree is Physics we had a lab in the "student reactor", w…

Maro complained about a single sentence, not a whole paragraph.

Re: Offbeat: Scala by the end of 2011 – No Drama but Frustration is Growing

#34
post #29
post #22

Earlier quoted context omitted.

I downvoted you because your 2nd sentence consists of 107 words.

I was missing a goal to pratice my Scala so I wrote a script to find if you follow your rule, I stopped after getting something bigger than 107 words in order to not hurt HN. After several 90+ words paragraphs I found this 138 words beauty :D. " Maro 321 days ago | link | parent | on: "Nothing like this will be built again": a tour of... When I was getting my degree is Physics we had a lab in the "student reactor", w…

This is the best reply I have ever seen to a grammar nazi comment. Kudos.

Re: Offbeat: Scala by the end of 2011 – No Drama but Frustration is Growing

#35

Earlier quoted context omitted.

To sum it up (feel free to add corrections) one guy put a blog post saying that Parallel collections had many issues, etc etc... and the reality was that he misunderstood them somehow. As one guy put it, the collections do nice work but you have to know what you are doing (not all work can be broken into fragments that can be computed in parallel). He was kind of expecting otherwise. Not saying they are perfect, just…

I used them a bit with some image processing. Was awesome to see all 8 cores pegged w/ one line of code!

That does not say much, without actually specifying how much data is processed. It's great if you can spread calculations among 8 cores, but if a single-threaded C process provides better performance (let alone a parallel C implementation), what does it say?

Could you provide more data points?

(By the way, in C such loops can typically be parallelized by adding one OpenMP pragma.)

Re: Offbeat: Scala by the end of 2011 – No Drama but Frustration is Growing

#36
post #29

Earlier quoted context omitted.

I was missing a goal to pratice my Scala so I wrote a script to find if you follow your rule, I stopped after getting something bigger than 107 words in order to not hurt HN. After several 90+ words paragraphs I found this 138 words beauty :D. " Maro 321 days ago | link | parent | on: "Nothing like this will be built again": a tour of... When I was getting my degree is Physics we had a lab in the "student reactor", w…

This is the best reply I have ever seen to a grammar nazi comment. Kudos.

Thanks but it's not about "grammar nazi", English is not my first lang and I appreciate when people help. I wanted to point that it was a silly rule.

Re: Offbeat: Scala by the end of 2011 – No Drama but Frustration is Growing

#37
post #33
post #29

Earlier quoted context omitted.

I was missing a goal to pratice my Scala so I wrote a script to find if you follow your rule, I stopped after getting something bigger than 107 words in order to not hurt HN. After several 90+ words paragraphs I found this 138 words beauty :D. " Maro 321 days ago | link | parent | on: "Nothing like this will be built again": a tour of... When I was getting my degree is Physics we had a lab in the "student reactor", w…

Maro complained about a single sentence, not a whole paragraph.

Point taken, maybe I could rewrite the script :D. Just kidding. I just wanted to show that a constructive argument like the one you made is appreciated and if you down vote me with that I will be glad, but the point that he gave was not useful to make my sentence skills better :D

Re: Offbeat: Scala by the end of 2011 – No Drama but Frustration is Growing

#38
post #30
post #24

Earlier quoted context omitted.

Thanks for the explanation, but where is the rule in English that states that a sentence cannot have 107 words ? I see posts with far more than that everyday here.

You should probably have some kind of punctuation after the word "code", and start a new sentence after the word "Joy". But it's not worth downvoting you.

He practiced his Scala to get back at me, which is pretty cool =)

Totally worth the downvotes my comment receives.

Re: Offbeat: Scala by the end of 2011 – No Drama but Frustration is Growing

#39
post #3

My general feeling is that there is a business-model problem in the tech industry. The most important technolgies are underfunded. They are created by smart people in their free time, or by companies who do not have enough money. For example I've looked at Scala's Eclipse plugin: it was a horror. It is just question of money (hiring a bunch of good developers) to create IDE support which is not totally buggy and not…

One problem with infrastructure technology (programming languages, databases, IDEs, etc) is that all of the above is expected to be available for free by developers. So there is little incentive to develop a business around infrastructure technology. Sure people still do it, but not like the 80s when people still paid for PLs, IDEs, databases,etc. These markets have been drastically devalued by open source.

Re: Offbeat: Scala by the end of 2011 – No Drama but Frustration is Growing

#40
post #7
post #4

Given the amount of comments on Scala (positive or negative, that's irrelevant) I'm not so sure it will be a fringe language for long. It must be somehow relevant for so many people to spend so much time talking about it...

A lot of people spent a lot of time talking about Lisp machines, 4GL, web portals, push technologies... the list goes on.

4GL like SQL? Push technologies like SMS, IM, and websockets? You could use better examples :)
Post reply on HN