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: 175
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.
© Stack Overflow or respective owner