Scripting
Have been thinking about learning a powerful script language for a while. I am not bad on Bash. Bash probably is the most guaranteed tool when you need a scripting language. You can find it on every machine these days. It definitly worth to spend sometime if you use *nix. Last night, I felt that I have to do something about my scripting skills. Walked up to my computer, did a quick search on google, before long, I found I need to choose one from Python and Ruby. Did 30 minutes reading, among these two languages, I decided I will learn Ruby. Why, here are the reasons. I live in Java world. Python use "indent" to mark the boundary, made me feel unsecure. I do web applications. Ruby on Rails is another attraction that Ruby have on me. Ruby's Completely OO. I am curious about what Ruby's OO looks like. IMO, to learn which one probably doesn't really matter. Ruby just happened fit in my knowledge base better. =============================================== After about ...