Thread: Language of choice after C++

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Registered User caroundw5h's Avatar
    Join Date
    Oct 2003
    Posts
    751

    Red face

    Provided you ignore mundane concerns like performance. I wouldn't want a frequently called yet complex system call to be implemented in Python, thank you.
    With processors today. performence issues aren't what they once were. And if its really that critical, then code the necessary part in C/C++ or JAVA and call it as a library from python.

    It also lacks a vast collection of libraries like Perl (and CPAN). Of course, I could be wrong on that last point as I don't keep fully up to date on such things.
    dead wrong sweetie . and then some more just google it. And again. if you can't find the module, since you already have a base in programming just code it in C/C++ or java. There are modules for that as well. .

    'PYTHON OWNS
    ' PYTHON IS THE FUTURE!!!!

    'Python is the only reason to get outta bed in the morning

    [fanning the regligious flame]
    by the way the majority of languages are an abstraction on other languages. Thats what makes them better. C a better Asm if you will, C++ a better C, Java a better C++. Python a better language period[/fanning. fanning. fanning. ]
    Last edited by caroundw5h; 06-10-2004 at 12:20 PM.
    Warning: Opinions subject to change without notice

    The C Library Reference Guide
    Understand the fundamentals
    Then have some more fun

  2. #2
    Code Goddess Prelude's Avatar
    Join Date
    Sep 2001
    Posts
    9,897
    >performence issues aren't what they once were.
    Sorry, but that's incorrect. Even though computers are getting faster, the amount of data that they have to work with grows by a considerably larger amount. Performance issues are arguably more important now than they once were.
    My best code is written with the delete key.

  3. #3
    Registered User caroundw5h's Avatar
    Join Date
    Oct 2003
    Posts
    751
    I stand by what i said about extending your python program with C/C++. and until we reach tachyon light speeds get a better algorithm
    Warning: Opinions subject to change without notice

    The C Library Reference Guide
    Understand the fundamentals
    Then have some more fun

  4. #4
    S Sang-drax's Avatar
    Join Date
    May 2002
    Location
    Göteborg, Sweden
    Posts
    2,072
    Quote Originally Posted by Prelude
    >performence issues aren't what they once were.
    Sorry, but that's incorrect. Even though computers are getting faster, the amount of data that they have to work with grows by a considerably larger amount. Performance issues are arguably more important now than they once were.
    Most of the time, there's absolutley no need to use a lower-level language like C to complete a task, and this is getting more and more true. In the old days, everything was written using assembler.

    Could someone compare Python and Java? Is Python object-oriented?
    Last edited by Sang-drax : Tomorrow at 02:21 AM. Reason: Time travelling

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Which Language? need help ASAP
    By jcw122 in forum Tech Board
    Replies: 7
    Last Post: 03-07-2005, 04:16 PM
  2. Strange loop
    By D@rk_force in forum C++ Programming
    Replies: 22
    Last Post: 12-18-2004, 02:40 PM
  3. assembly language...the best tool for game programming?
    By silk.odyssey in forum Game Programming
    Replies: 50
    Last Post: 06-22-2004, 01:11 PM
  4. Enough language discussions.
    By VirtualAce in forum A Brief History of Cprogramming.com
    Replies: 3
    Last Post: 06-13-2004, 09:59 AM
  5. Menu Help
    By CJ7Mudrover in forum C Programming
    Replies: 7
    Last Post: 03-09-2004, 09:59 AM