View Poll Results: Programming Language:

Voters
54. You may not vote on this poll
  • C/C++

    45 83.33%
  • Basic

    2 3.70%
  • Java

    2 3.70%
  • Delphi

    0 0%
  • FoxPro

    1 1.85%
  • Other

    4 7.41%

Thread: Favourite Programming Language

  1. #31
    Banned Troll_King's Avatar
    Join Date
    Oct 2001
    Posts
    1,784
    I like C/C++.

    Is Python a scripting language? I might also want to try that.

    I would like to try LISP if I could just find some good books on it. I heard that there was an emacs LISP. At any rate the language is used a lot in AI research.

  2. #32
    5|-|1+|-|34|) ober's Avatar
    Join Date
    Aug 2001
    Posts
    4,429
    Python is usually lumped in with languages like Perl.

  3. #33
    x4000 Ruski's Avatar
    Join Date
    Jun 2002
    Location
    Outer Space!
    Posts
    542
    lol
    what does signature stand for?

  4. #34
    aurė entuluva! mithrandir's Avatar
    Join Date
    Aug 2001
    Posts
    1,209
    C/C++. Java sucks ass (well okay, not all of it is bad but I loathe Swing).

  5. #35
    Registered User raimo's Avatar
    Join Date
    Jun 2002
    Posts
    107
    Yes, Python would have been my choice too. I often try to write the working code with Python before making the faster and ugly version with C/C++.
    Python interpreter is a really good for testing purposes. It allowes you to test the code before writing it and it means that you can write the program once without debugging it at all. Python is very beatiful too: it looks like a pseudo code.
    I am not using Dev-C++.
    #!/usr/bin/env python
    import sys;file=open(sys.argv[0]);print file.read();file.close()

  6. #36
    x4000 Ruski's Avatar
    Join Date
    Jun 2002
    Location
    Outer Space!
    Posts
    542
    Lol whatever ...
    what does signature stand for?

  7. #37
    5|-|1+|-|34|) ober's Avatar
    Join Date
    Aug 2001
    Posts
    4,429
    Originally posted by Ruski
    lol
    what is so freakin funny? If you're just posting to raise your post count, knock it off... I'll report you to the mods and they'll make your count stuck at 2.

  8. #38
    Banned Troll_King's Avatar
    Join Date
    Oct 2001
    Posts
    1,784
    Originally posted by raimo
    Yes, Python would have been my choice too. I often try to write the working code with Python before making the faster and ugly version with C/C++.
    Python interpreter is a really good for testing purposes. It allowes you to test the code before writing it and it means that you can write the program once without debugging it at all. Python is very beatiful too: it looks like a pseudo code.
    I hear that it can also be used with QT.

  9. #39
    geek SilentStrike's Avatar
    Join Date
    Aug 2001
    Location
    NJ
    Posts
    1,141
    This is an interesting article about GTK, QT, and PyQT.

    http://phil.freehackers.org/kde/cmp-toolkits.html
    Prove you can code in C++ or C# at TopCoder, referrer rrenaud
    Read my livejournal

  10. #40
    x4000 Ruski's Avatar
    Join Date
    Jun 2002
    Location
    Outer Space!
    Posts
    542
    Originally posted by ober5861


    what is so freakin funny? If you're just posting to raise your post count, knock it off... I'll report you to the mods and they'll make your count stuck at 2.
    I wasnt laughing at you!
    what does signature stand for?

  11. #41
    Registered User
    Join Date
    Jul 2002
    Posts
    10
    C++, Java, and what's that ugly work...Cobol

    -fox

  12. #42
    Refugee face_master's Avatar
    Join Date
    Aug 2001
    Posts
    2,052
    Originally posted by ober5861


    what is so freakin funny? If you're just posting to raise your post count, knock it off... I'll report you to the mods and they'll make your count stuck at 2.
    Far out...settle down

  13. #43
    Registered User moi's Avatar
    Join Date
    Jul 2002
    Posts
    946
    grrrr, C and C++ are not the same thing

  14. #44
    x4000 Ruski's Avatar
    Join Date
    Jun 2002
    Location
    Outer Space!
    Posts
    542
    Is there a very big difference?
    what does signature stand for?

  15. #45
    Registered User Cosmic Diva's Avatar
    Join Date
    Mar 2002
    Posts
    37
    I also voted for BASIC.
    "A computer is this amazingly fast.....but stupid machine." - C++ for dummies

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. What language did they make Java in?
    By jverkoey in forum A Brief History of Cprogramming.com
    Replies: 17
    Last Post: 07-03-2005, 04:18 PM
  2. Strange loop
    By D@rk_force in forum C++ Programming
    Replies: 22
    Last Post: 12-18-2004, 02:40 PM
  3. Language of choice after C++
    By gandalf_bar in forum A Brief History of Cprogramming.com
    Replies: 47
    Last Post: 06-15-2004, 01:20 AM
  4. Linux/Mac/Windows/Other OS of choice?
    By drdroid in forum A Brief History of Cprogramming.com
    Replies: 91
    Last Post: 07-25-2003, 10:04 AM
  5. What is your favourite programming or web designing language?
    By techie in forum A Brief History of Cprogramming.com
    Replies: 9
    Last Post: 10-19-2001, 02:14 PM