Help me validate these points regarding Ruby
- by Bragaadeesh
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.
Implemented in many other high level languages such as C, Java, .Net etc.,
Is slow for the obvious reason that it cannot beat any of the already known high level languages.
Should never be compared with any other high level language.
Not suitable for large applications.
Completely open source and is in a budding state.
Has a framework called Rails which claims that it would be good for Agile development
Community out there is getting better day by day and finding help immediately should not be a problem as time goes by.
Has significant changes between releases which many developers wont welcome right away.
Running time cannot be comprehensively estimated since the language has several underlying implementation in several languages.
Books are always outdated by the time when you finish them.
Thanks.