Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror
×

Comment Re:Pffft. (Score 1) 421

[Haskell] in my experience is considerably slower than Python.

I have serious doubts about your experience

Functional programming is...better suited for numerical calculations, while imperative programming is better suited for handling data.

I again have doubts; for absolute performance on true number crunching, imperative is probably better. And for "handling data", imho FP shines brighter; imperative approaches to manipulating complex data are much more error-prone.

Despite what I've said, I think we generally agree on most things.

Comment Re:Pffft. (Score 2, Interesting) 421

As an hobbyist Haskeller, I tend to embrace the unofficial Haskell motto of "Avoid success at all costs!" Responding to your 4 points, though,

1. Limiting yourself to a functional paradigm has benefits. You can use equational reasoning about code, and the compiler can perform more vigorous optimizations. Plus, for those of us who program for fun, it's...well...fun!

2. In Haskell it seems there is always something more to learn. Feature or bug, you decide.

3. Lisp (+ descendants), Haskell, and OCaml have compilers that have shown themselves to produce code which is rather fast.

4. Minimizing execution time and memory usage aren't always the main requirements for a program. Functional programming is well suited for guarantees of correctness, for example.

Comment The disadvantage of the iPhone (Score 1) 69

is that it is such an easy target for the government to take advantage of. If the iPhone and iPad keep gaining traction with the masses as they have, then it just becomes that much easier for the government to, say, implement an "internet kill switch". Variety is a good thing.

Comment Re:'FOCUS'?!? (Score 1) 396

So, unless you're willing either to pay me or put out, kindly stop trying to tell me what to do.

Just fork your own version of GNOME then. Given the number of complainers about the direction GNOME is going, I'm surprised no slashdot stories covering GNOME forks have surfaced.

Comment Re:Completely logical actions... (Score 1) 484

Ah, so it's okay to read to children so long they don't actually understand what it means?

Quite frankly, yes. This is quite the norm in our society; lots of "kid movies" make references to sex that children won't catch but adults will. I was just watching Free Willie with my little brother yesterday, and the Native American guy explained to Jesse how his tribe, in the days of plenty, used to spend all day carving totems, telling stories, and making babies. There was no need for flashbacks illustrating these actions, and if images of Indians having sex were displayed in front of my little brother, I would be very mad. Representing it graphically makes a huge difference, if not to you, then at least to most of today's society.

Slashdot Top Deals

Mystics always hope that science will some day overtake them. -- Booth Tarkington

Working...