Advantages of Ruby
- Fully-dynamic classes, allowing runtime extension with persistence functionality
- 'irb' for rapid testing/prototyping
- No need to declare field types -- let the RDBMS do checks (or use SQLite, and skip that, too)
- Compact syntax with blocks and iterators is a natural for database access
Copyright © 2003 Lennon Day-Reynolds -- lennon@day-reynolds.com