Help me validate these points regarding Ruby

Posted by Bragaadeesh on Stack Overflow See other posts from Stack Overflow or by Bragaadeesh
Published on 2010-05-31T15:55:53Z Indexed on 2010/05/31 16:22 UTC
Read the original article Hit count: 156

Filed under:
|
|

Hi,

I have started learning Ruby for the past 2,3 weeks and I have come up with some findings on the language. Can someone please validate these points.

  1. Implemented in many other high level languages such as C, Java, .Net etc.,
  2. Is slow for the obvious reason that it cannot beat any of the already known high level languages.
  3. Should never be compared with any other high level language.
  4. Not suitable for large applications.
  5. Completely open source and is in a budding state.
  6. Has a framework called Rails which claims that it would be good for Agile development
  7. Community out there is getting better day by day and finding help immediately should not be a problem as time goes by.
  8. Has significant changes between releases which many developers wont welcome right away.
  9. Running time cannot be comprehensively estimated since the language has several underlying implementation in several languages.
  10. Books are always outdated by the time when you finish them.

Thanks.

© Stack Overflow or respective owner

Related posts about ruby

Related posts about language