Orchard/lib/dlr
Lombiq 5406b17601 Converting all files stored as CRLF in git to be stored as LF
LF is the git default and all new files are stored as such. Old files from the hg to git conversion however were moved over as CRLF.
2015-12-13 22:21:02 +01:00
..
IronRuby.dll #19049: Upgrading DLR libraries 2012-09-24 16:50:34 -07:00
IronRuby.Libraries.dll #19049: Upgrading DLR libraries 2012-09-24 16:50:34 -07:00
LICENSE.APACHE.html Converting all files stored as CRLF in git to be stored as LF 2015-12-13 22:21:02 +01:00
LICENSE.CPL.txt Converting all files stored as CRLF in git to be stored as LF 2015-12-13 22:21:02 +01:00
LICENSE.Ruby.txt Converting all files stored as CRLF in git to be stored as LF 2015-12-13 22:21:02 +01:00
Microsoft.Dynamic.dll #19049: Upgrading DLR libraries 2012-09-24 16:50:34 -07:00
Microsoft.Scripting.dll #19049: Upgrading DLR libraries 2012-09-24 16:50:34 -07:00
Microsoft.Scripting.Metadata.dll #19049: Upgrading DLR libraries 2012-09-24 16:50:34 -07:00
README.txt Converting all files stored as CRLF in git to be stored as LF 2015-12-13 22:21:02 +01:00

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