View Single Post
Old 05-20-2004, 12:45 AM   #8
samael
Constant Bitrate
 
samael's Avatar
 
Join Date: May 2001
Location: new zealand
Posts: 130
Quote: Originally Posted by hijinks21
opps.. i replied when i got up..

here is my two cents.. use a compiled language. I first tried to do an app in python and its just not as powerfull.. Same goes for perl.. look at speed benchmarrks for perl/python compared to C/C++

Java i can't comment on that since I hate Java.. I'd say use C or C++. Mainly since there are a ton of libaries you can include right away. bigb converting me to QT and I have to say it's a breeze when doing a pure C++ app. It makes things so much easier.

I dont want to discount an interpereted language (yes java is interpereted) just because of speed. The app i write is simple enough it wont make a difference to the speed of execution, just to the speed of implementation.

On a side note, you should look up some scheme vs c benchmarks, i think you'll find that even though scheme is properly interpereted and its interpreter is written and run in java, its still faster than c for a lot of stuff. Thats non-intuitive....
__________________
stupid quote # 1 : "i dont do drugs , i only ever smoke pot when i'm coming down" , Me , 6 september , 2001.
samael is offline   Reply With Quote