Changes between Version 5 and Version 6 of RubyLanguage
- Timestamp:
- 08/19/09 09:34:26 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
RubyLanguage
v5 v6 17 17 * High level syntax 18 18 * Garbage collected 19 * Emphasis on OOP 19 20 * Dynamic binding 20 21 * Blocks 21 22 * Productive languages 23 * Easy construction and use of maps (dictionaries) and arrays (lists) 22 24 23 25 == Differences == … … 45 47 * No thread simulations, interpreter lock, etc. 46 48 * Scale up to the number of cores in your machine. 49 50 Other differences: 47 51 * Strings 48 52 * Ruby has mutable strings and immutable symbols