Find the answer to your Linux question:

View Poll Results: Which version of your Linux distribution do you run?

Voters
21. You may not vote on this poll
  • 32-bit

    14 66.67%
  • 64-bit

    7 33.33%
Page 4 of 4 FirstFirst 1 2 3 4
Results 31 to 36 of 36
Originally Posted by RobinVossen I mean sometimes it just makes scense to do it in Java instead of C. That's the point I was trying to get across. C and ...
  1. #31
    Linux Guru techieMoe's Avatar
    Join Date
    Aug 2004
    Location
    Texas
    Posts
    9,496
    Quote Originally Posted by RobinVossen View Post
    I mean sometimes it just makes scense to do it in Java instead of C.
    That's the point I was trying to get across. C and C++ have their place, just as Java does. There is no one language to rule them all.
    Registered Linux user #270181
    TechieMoe's Tech Rants

  2. #32
    Linux Enthusiast Bemk's Avatar
    Join Date
    Sep 2008
    Location
    Oosterhout-NB, Netherlands
    Posts
    522
    Quote Originally Posted by techieMoe View Post
    That's the point I was trying to get across. C and C++ have their place, just as Java does. There is no one language to rule them all.
    I know, and you can't get around Java, and I can even write Java code, so I do know what I am talking about, but I do prefer C/C++, as it is native code, and can be ported (with some effort) to other platforms.

    ASM gives you much more control and I like that more, but that can't be ported that easily, making me prefer C/C++.

    One thing I dislike more than Java is .NET. Because of both ideology and technical aspects.

  3. #33
    Linux Guru Rubberman's Avatar
    Join Date
    Apr 2009
    Location
    I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
    Posts
    8,955
    One of the things that I think is a major limitation of Java is its lack of multiple inheritance. I know that a lot of respected engineers think that's a good thing, but when modeling real physical systems in software, I have found that lack difficult to work around. Example: base clase house, base class boat, derived class houseboat. It has the characteristics of a house (bedroom, livingroom, kitchen, bath) and a boat (floats on water, can navigate bodies of water, has some method of propulsion thru water). Since it is really both things (house and boat), having only one of the base classes is not really illustrative of the thing itself. So, since a houseboat is derived from both base classes, you can manipulate or access its "house" state, and you can manipulate or access its "boat" state, and either is appropriate in the correct situations. You can pass it to a function that steers a boat, and you can pass it to a function that cleans a house.
    Sometimes, real fast is almost as good as real time.
    Just remember, Semper Gumbi - always be flexible!

  4. #34
    Linux Guru Jonathan183's Avatar
    Join Date
    Oct 2007
    Posts
    2,940
    Quote Originally Posted by ozar View Post
    Hey guys, just over a year ago, we ran a poll to measure the ratio of 32-bit users compared to 64-bit users under Linux.
    running 64-bit on 64-bit systems and 32-bit on others

  5. #35
    Linux Engineer RobinVossen's Avatar
    Join Date
    Aug 2007
    Location
    The Netherlands
    Posts
    1,422
    Quote Originally Posted by techieMoe View Post
    There is no one language to rule them all.
    Umm are you forgetting about Logo?
    New Users, please read this..
    Google first, then ask..

  6. #36
    Linux Guru Rubberman's Avatar
    Join Date
    Apr 2009
    Location
    I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
    Posts
    8,955
    Quote Originally Posted by RobinVossen View Post
    Umm are you forgetting about Logo?
    Forth? Ada? RatFor?
    Sometimes, real fast is almost as good as real time.
    Just remember, Semper Gumbi - always be flexible!

Page 4 of 4 FirstFirst 1 2 3 4

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •