Find the answer to your Linux question:

View Poll Results: What's the best progamming language?

Voters
12. You may not vote on this poll
  • FORTRAN

    0 0%
  • PASCAL

    0 0%
  • C

    4 33.33%
  • C++

    5 41.67%
  • C#

    0 0%
  • Java

    2 16.67%
  • Snow Ball

    0 0%
  • DHTML

    0 0%
  • COBALT

    0 0%
  • other

    1 8.33%
Results 1 to 10 of 10
Please ask your friends to vote in this poll. I'm working on a research project, and I would like as many people as possible to vote. In fact, I'd like ...
  1. #1
    Just Joined!
    Join Date
    May 2004
    Posts
    4

    What's the best programming language?

    Please ask your friends to vote in this poll. I'm working on a research project, and I would like as many people as possible to vote. In fact, I'd like about 80 people to vote.

    Thanks!!!

  2. #2
    Linux Guru
    Join Date
    Mar 2003
    Location
    Wisconsin
    Posts
    1,907
    C++ all the way. It's like C, only plus. [insert drum here]



    What you should really do is a scripting poll.

    PERL RULES!!!

    Jeremy
    Registered Linux user #346571
    "All The Dude ever wanted was his rug back" - The Dude

  3. #3
    Linux Engineer
    Join Date
    Sep 2003
    Location
    Knoxhell, TN
    Posts
    1,078
    C... Linux is written in it...
    Their code will be beautiful, even if their desks are buried in 3 feet of crap. - esr

  4. #4
    Linux Engineer Giro's Avatar
    Join Date
    Jul 2003
    Location
    England
    Posts
    1,219
    As you should know there is no best they all have there uses as said you would not write a kernel in perl but you would not write a contact form in C

  5. #5
    Linux Enthusiast scientica's Avatar
    Join Date
    Sep 2003
    Location
    South- or "Mid-" Sweden
    Posts
    742
    As giro says, the best programming language depens on the problem to code/fix
    but IMO, asm is the best, as you can do the most things with it (in theory everything you can do in higher level languages can in someway be done in asm (as it's translated or interpented to it (well acruallt, the bytes for which the asm is mnemonics for (prefix, opcodes, modr/m, sib, imm, etc))))
    Regards Scienitca (registered user #335819 - http://counter.li.org )
    --
    A master is nothing more than a student who knows something of which he can teach to other students.

  6. #6
    Just Joined!
    Join Date
    May 2004
    Posts
    4
    [edit]
    Poll Question

    What's your favorite programming language?
    [/edit]

    Sorry for the confusion

  7. #7
    Linux Newbie
    Join Date
    Feb 2003
    Location
    Swansea (UK)
    Posts
    221
    when you say best (favourite as you now mention) in what ways, i think this is an important piece of info that this poll neglects

    i only am only good at Visual Basic so thats my answer... (i am between intermediate and advanced with it)

  8. #8
    Just Joined!
    Join Date
    May 2004
    Posts
    4
    I mean favorite for general purposes. Which one do you use the most often, and do you like it? For example, if you use C++ the most often and you like it alot, that would be your favorite language.

  9. #9
    Just Joined!
    Join Date
    Sep 2006
    Posts
    0

    OCaml

    On a concrete point of view, it is difficult to say that C++ is a good programming language. It is really old and research in computer science made a lot of progress since C++. For example Java is much more secure and well designed than C++. But it has other drawbacks that make it not usable for all purpose (not efficient for example).

    I know a lot of different language: C, C++, Java, Basic, Fortran, C#, OCaml, Haskell, and scripting languages (perl, python, bash...)... (which means that I wrote several thousand of lines with all of them) and my advice is the following:

    If you are looking for a modern language, secure (very few bugs in your programs), very expressive and efficient, have a look at Objective Caml. We are using it for some of our projects and we are really happy with it, because programs are really easy to debug and quick to write. The language is really expressive. I am really impressed.

  10. #10
    Linux Guru techieMoe's Avatar
    Join Date
    Aug 2004
    Location
    Texas
    Posts
    9,496
    This is a very old thread and I see no reason to resurrect it. As has already been stated, different languages perform their best in different situations, and not any one language is the "best" for everything.
    Registered Linux user #270181
    TechieMoe's Tech Rants

Posting Permissions

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