Learning Ruby is made easier by its implementation method, pure interpretation.
Ruby is an interpreted scripting language for quick and easy object-oriented programming.
Meaning and benefits of the above are,
- ability to make operating system calls directly
- variable declarations are unnceccessary
- variables are not typed
- everything is an object
Quick growth of Ruby has been due to the use of Rails, the web application framework that is both written in Ruby and uses Ruby.
No comments:
Post a Comment