Why I’m using ruby
I’ve used PERL and I have always been amazed at both the flexibility of the cod as well as the speed. The downside of PERL is it takes an extra step to get back into older code. Some of the code I wrote previously was very clever. But now that I look back, I’m not sure what I did.
Now I am examining Ruby. The language seems cleaner and more ‘readable.’ Even better, I have been able to interpret the code without having to look for a reference guide.
The Install Process
Ruby was very easy to install on windows. I went out to the rubyforge.org website and downloaded the single click installer. In this case I chose the binary since I don’t have the time nor the urge to try and compile it myself (at least one windows). The only thing I will have to look for is a library file for TK to make uses of some front end input.
My Goal with Ruby
What I want to do with Ruby is take a set of files within a directory, parse the contents, and write on a report. The files are the profiles for several SAP systems that I want to compare to ensure that all of the systems within a landscape have matching parameters or parameters that are proportional to one another.
So far all that I have done is installed ruby and opening up a file. Nothing has been accomplished so far but I will update this blog with any thoughts from the process. Who knows, maybe I will become a full Ruby hacker in the same way that I used to be a PERL hacker.