Orchard/lib/dlr/README.txt
Sebastien Ros e65813b2c7 : Upgrading DLR libraries
Work Item: 19049

--HG--
branch : 1.x
2012-09-24 16:50:34 -07:00

50 lines
1.7 KiB
Plaintext

IronRuby - A .NET Implementation of the Ruby language
Authors:
Daniele Alessandri, Shri Borde, Peter Bacon Darwin, Jim Deville,
Curt Hagenlocher, John Lam, Haibo Luo, Tomas Matousek, John Messerly,
Jirapong Nanta, Srivatsn Narayanan, Jimmy Schementi, Oleg Tkachenko,
Dino Viehland, and everyone else from the community who reports bugs,
builds libraries, and helps enrich IronRuby.
Project Contacts:
Jimmy Schementi <jschementi@gmail.com>
Miguel de Icaza <miguel@gnome.org>
Tomas Matousek <tomas_matousek@hotmail.com>
== About
IronRuby is a Open Source implementation of the Ruby programming language
(http://www.ruby-lang.org) for .NET, heavily relying on the
Dynamic Language Runtime (http://dlr.codeplex.com).
The project's #1 goal is to be a true Ruby implementation, meaning it runs
existing Ruby code. See
http://ironruby.net/Documentation/Real_Ruby_Applications for information about
using the Ruby standard library and 3rd party libraries in IronRuby.
IronRuby has tightly integration with .NET, so any .NET types can be used from
IronRuby, and the IronRuby runtime can be embedded into any .NET application.
See http://ironruby.net/documentation/.net for more information.
== Running
bin/ir.exe rubyfile.rb
Will run rubyfile.rb with the IronRuby compiler.
== Package
/bin IronRuby binaries, ir.exe, iirb, irake, igem, iri, irdoc, etc.
/lib Ruby standard library, including RubyGems
CHANGELOG.txt Changes for each release
RELEASE.txt Release notes
LICENSE.Ruby.txt Ruby license
LICENSE.CPL.txt Common Public License
LICENSE.APACHE.html Apache License, Version 2.0
README.txt This file
== License
Read the License.* files