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

 



Forgot your password?
typodupeerror
×

Comment Re:Mixed feelings (Score 1) 244

I agree with your sentiment; the only language that doesn't suck is one you haven't written anything meaningful in -- and I've written a LOT of php.
I do think it's worse than most, with more defects/regressions per release than any other major platform and a really unsound underlying architecture built by a guy who literally hates computer science.

Comment Re:Mixed feelings (Score 4, Insightful) 244

Bullshit. PHP's standard library is a piece of shit that certainly promotes bad coding practices. Case in point: http://us3.php.net/manual/en/function.implode.php

And I quote:

implode() can, for historical reasons, accept its parameters in either order. For consistency with explode(), however, it may be less confusing to use the documented order of arguments.

Comment Re:Duh (Score 1) 287

You don't say. I have written either assembly or machine code for at least 6 different architectures. It takes a LOT of work to really fuck something up in asm. Of course it takes a lot of work to do much of anything in asm, period. What I'm talking about is expressive power. In one line of Lisp, you could be dealing with so many abstractions, macros, etc. that it's easy to accidentally create intractable computations and not even realize it.

Comment Re:Duh (Score 1) 287

Nah. At the level of abstraction you're operating at w/ asm you're not going to do too much damage if you cock up. With something like Lisp or Haskell, where you're composing compositions of abstractions of lazy sequences of whatever else... it gets easy to fuck a lot of stuff up really quickly.

Slashdot Top Deals

UNIX is hot. It's more than hot. It's steaming. It's quicksilver lightning with a laserbeam kicker. -- Michael Jay Tucker

Working...