Slashdot Mirror


User: DocInverter

DocInverter's activity in the archive.

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

Comments · 3

  1. I had a RAID 6 and then the NAS enclosure failed. Luckily I also had a backup.

  2. Re:Java is not C-based on Which Programming Language Is Most Popular - The Final Answer? (zdnet.com) · · Score: 0

    And that is exactly what I am calling out as wrong, it implies that superficial, syntactical resemblance is more important than the large semantical differences. This is not just a theoretical issue, I have seen way too many people being confused by this, in a working environment, starting to copy code and ideas between Java and C++ and wondering why it behaved differently.

  3. Java is not C-based on Which Programming Language Is Most Popular - The Final Answer? (zdnet.com) · · Score: 0

    How can anybody in their right mind maintain that Java is C-based? The only thing that is relatively C-like in Java is the syntax, but the virtual machine and object models are so far away that it isn't even funny. Welcome to the superficial world.