Live data from Hacker News

Functional Programming Principles in Scala starts today

class.coursera.org

1–10 of 57 posts

Re: Functional Programming Principles in Scala starts today

#3
post #2

Why does your submission get to the front page with 2 points, while mine[1] doesn't (mine also has 2 points and was submitted earlier)? [1] http://news.ycombinator.com/item?id=4537519

The longer a post has been around, the most points it requires to get to the front page.

I believe this is still relevant: http://amix.dk/blog/post/19574

PG's post: http://news.ycombinator.com/item?id=1781417

Re: Functional Programming Principles in Scala starts today

#4
post #2

Why does your submission get to the front page with 2 points, while mine[1] doesn't (mine also has 2 points and was submitted earlier)? [1] http://news.ycombinator.com/item?id=4537519

I expect it's just luck. I submitted the same story and it also sank. Sometimes the gods of HN are kind to you, and sometimes they're cruel. Don't sweat it!

Re: Functional Programming Principles in Scala starts today

#6
post #2

Why does your submission get to the front page with 2 points, while mine[1] doesn't (mine also has 2 points and was submitted earlier)? [1] http://news.ycombinator.com/item?id=4537519

Are you interested in spreading knowledge, or are you interested in karma?

If the former, why do you give a shit?

Re: Functional Programming Principles in Scala starts today

#8
So far I'm liking the way the course material is structured. In the first week Martin is guiding you through call-by-name and call-by-value in the lamda calculus, but without its syntactic peculiarities and without really mentioning lamda calculus more than once in passing. I think this is a good idea, because lambda seems to raise defense mechanisms in students who are seeing it for the first time. Sneaky.

Edit: I found a place where the web-based quiz mechanism used by Coursera gave me some troubles. In lecture 1.4 there is an exercise to implement functions and(x,y) and or(x,y) but using neither || nor &&. While I was able to compile and run functions that produce correct truth-tables in my Eclipse environment, the web-based form appears to be fairly tempermental with what it will accept. (Equivalent functions modulo only formatting differences made the difference between "incorrect" and "correct".) I managed to proceed by asking myself whether my function was as simple as possible: no newlines, simplest possible expression, no superfluous characters such as {}

Re: Functional Programming Principles in Scala starts today

#9
post #6
post #2

Why does your submission get to the front page with 2 points, while mine[1] doesn't (mine also has 2 points and was submitted earlier)? [1] http://news.ycombinator.com/item?id=4537519

Are you interested in spreading knowledge, or are you interested in karma? If the former, why do you give a shit?

Perhaps he is interested in spreading knowledge. His post is basically identical to this one, but this one got selected. It's natural to want to understand why, rather than simply giving up. Indeed, if he comes to understand why, then knowledge has spread.

Re: Functional Programming Principles in Scala starts today

#10
post #6
post #2

Why does your submission get to the front page with 2 points, while mine[1] doesn't (mine also has 2 points and was submitted earlier)? [1] http://news.ycombinator.com/item?id=4537519

Are you interested in spreading knowledge, or are you interested in karma? If the former, why do you give a shit?

Isn't the whole point of displaying your karma score the way this site does to make you care about it?

I know it works on me. I don't write the best comments I could, I write the ones I know will be upvoted.

Post reply on HN