Wiki

Changes between Version 5 and Version 6 of RubyLanguage

Show
Ignore:
Timestamp:
08/19/09 09:34:26 (15 years ago)
Author:
Chuck
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • RubyLanguage

    v5 v6  
    1717 * High level syntax 
    1818 * Garbage collected 
     19 * Emphasis on OOP 
    1920 * Dynamic binding 
    2021 * Blocks 
    2122 * Productive languages 
     23 * Easy construction and use of maps (dictionaries) and arrays (lists) 
    2224 
    2325== Differences == 
     
    4547   * No thread simulations, interpreter lock, etc. 
    4648   * Scale up to the number of cores in your machine. 
     49 
     50Other differences: 
    4751 * Strings 
    4852   * Ruby has mutable strings and immutable symbols