Jump to content

Ruby: Difference between revisions

From EDM2
No edit summary
No edit summary
Line 7: Line 7:
==Versions==
==Versions==
* '''Last known OS/2 version''': Ruby 1.8.6 (2007-04-17) available in [[GCC]] and [[EMX]] variants.
* '''Last known OS/2 version''': Ruby 1.8.6 (2007-04-17) available in [[GCC]] and [[EMX]] variants.
* Last version of official release that contained OS/2 support: 1.9.0-2 (2008)
* Current version: 2.2.2
* Current version: 2.2.2



Revision as of 15:01, 28 April 2015

Object oriented scripting language with some functional programming features and dynamic typing, invented in by Yukihiro “Matz” Matsumoto.

Foreign libraries with Ruby bindings

  • Snappy - Compression lib. - Open Source - Current.

Versions

  • Last known OS/2 version: Ruby 1.8.6 (2007-04-17) available in GCC and EMX variants.
  • Last version of official release that contained OS/2 support: 1.9.0-2 (2008)
  • Current version: 2.2.2

Links

License and availability

  • Open source - Original package is activly developed, OS/2 port is dormant.

Authors

  • Yukihiro “Matz” Matsumoto (Original author)
  • T. Ebisawa (aka Sava, OS/2 Port)