Slashdot Mirror


User: hotfireball

hotfireball's activity in the archive.

Stories
0
Comments
379
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 379

  1. Obviously derived from stolen code! on ReactOS Code Audit · · Score: 1

    It is obviously derived from some stoolen code as it is also perfectly suitable running viruses...

  2. Re:Just use Ruby or Python on Taking the Sting Out of PHP 5 Programming · · Score: 1

    How long is the largest chunk of code Larry Wall has written in Python? It was 23 lines longer than the largest chunk of code Guido has actually written in Perl. The difference is that Larry's code worked, and Guido's still doesn't...

  3. Re:*Please* use Ruby or Python on Taking the Sting Out of PHP 5 Programming · · Score: 1

    Yeah. Now is good time to throw ~70% of it...

  4. What's problem? on Taking the Sting Out of PHP 5 Programming · · Score: 1, Flamebait

    PHP coders really needs some framework. Because I don't realize how else they can work with the "technology"-like thingy which has bad recursion, lots of not-thread-safe stuff, poor OO, hell slow interpreter, no namespaces, non-standard date format, 4x more built-in functions than Perl (however the functionality of them just same), inconsequent function naming convention and no unicode so far. For those who dislikes Python and likes PHP, I would like to offer one experiment. Please do the simple task: make array of arrays of dict of dict of array of dicts structure (you may feel free to make it slightly other) and then try to change/replace/remove/add and compare each element of any place. Afterall compare perfomance and readability of the code.