Search This Blog

Friday, August 10, 2012

Ruby day-2

I need to make clear the difference between dynamically typed and a dynamic language.
Both are different. A dynamically typed language allows operations like adding number to a string etc... whereas a dynamic language allows you to add functionality that static languages allows you to add only before compile time.

Today i saw more tutorials on Ruby. Learnt about file operations like opening,reading,renaming,closing files in Ruby. Syntax is absolutely simple and easy when compared to other languages like Java. Learnt a little bit about modules too.
Will be posting more soon.

  

No comments:

Post a Comment