View Single Post
  #67  
Old June 15th, 2004, 08:18 AM
Esben Mose Hansen's Avatar

Esben Mose Hansen Esben Mose Hansen is offline
Second Lieutenant
 
Join Date: Jan 2004
Location: Copenhagen, Denmark
Posts: 410
Thanks: 0
Thanked 0 Times in 0 Posts
Esben Mose Hansen is on a distinguished road
Default Re: OT: Flowers for the grave of MoM.

As for execution speed, there are plenty of tests out there. I random one from google is here.

As for cross-platform and as long as you plan to distribute the executables, there are lot of choices, from C/C++ (with XP libraries) to Perl, Python and Ruby. A short breakdown:

C/C++: Nothing beats these beast for availbility of libraries; relatively hard to learn; unparalleled execution speed.

Perl/Python: The two by far most popular scripting Languages. Both offer excellent XP, large libraries, slow execution speed and fast development time. Python is "stricter" and more formal than Perl; otherwise the Languages are very similar in aim&spirit, so pick the one you like the most.

Ruby: Is relatively new. If you don't care about popularity and large libraries, this may be the ticket. It looks really, really cool but I have not yet had the pleasure.
__________________
"It makes you wonder if there is anything to astrology after all. "Oh, there is," said Susan, "Delusion, wishful thinking and gullibility." (T. Pratchett)
Reply With Quote