The greatest positive surprise of 2004

R

RCS

.... was when I finally set down to learn Ruby..... WHOWWWWWWWWWWWW!

Within two weeks from picking up my first tutorial, I accomplished the
following:

* created a Ruby extension for acessing the Firebird database
* created C++ extension for financial calculations (option pricing,
implied volatility etc)
* put together a small "trading" application that downloads a
stock/optionpricing page, using regex extracts prices, calculates the
option pricing and various option related data (the Greeks), pulls some
additional info from the Firebird database.

The application performs all this WITHIN A SECOND OF TWO!!!!

Now this last thing really surprises me, the blazing speed Ruby (with
the C++ extension) performs! Who said Ruby was slow?

(I clocked the same downloading and pulling of data with Regex in
Python, and Python performed almost twice as slow as Ruby.)

I must say, the simplicity, the ease and the "it just works" of it all,
makes Ruby my most pleasant surprise in the year that passed.

I'm ditching Python (my long-standing friend) for Ruby, that's definite!

RCS
 
S

Sascha Ebach

RCS:
I must say, the simplicity, the ease and the "it just works" of it all,
makes Ruby my most pleasant surprise in the year that passed.

I'm ditching Python (my long-standing friend) for Ruby, that's definite!

Great ;)

Tell that to Bruce Eckel ;)

How long have you been using Python?

Sascha
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,164
Messages
2,570,898
Members
47,440
Latest member
YoungBorel

Latest Threads

Top