Jump to content

Ruby: Difference between revisions

From EDM2
mNo edit summary
No edit summary
Line 1: Line 1:
[[Image:Rubylogo.png|right|150px]]
[[Image:Rubylogo.png|right|150px]]
Object oriented scripting language with some functional programming features
Object oriented scripting language with some functional programming features and dynamic typing, invented in by Yukihiro “Matz” Matsumoto.


====Foreign libraries with Ruby bindings====
====Foreign libraries with Ruby bindings====
* [[Snappy]] - Compression lib. - Open Source - Current.
* [[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.
* Current version: 2.2.2
==Links==
* Homepage: https://www.ruby-lang.org
* OS/2 port by [[http://bauxite.sakura.ne.jp/software/os2/#ruby "Sava" (T.Ebisawa)]]
==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)


[[Category:Programming Languages]][[Category:Ruby]]
[[Category:Programming Languages]][[Category:Ruby]]

Revision as of 14:56, 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.
  • 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)