Monday, September 13, 2010

IronRuby 1.1 is available, maybe.

IronRuby's latest version is 1.1 (stable version is still 1.0) . This version will be compatible with Ruby 1.9.2.

Really? Show the irb of Ruby 1.9.2.

Next, show the irb of IronRuby 1.1.

Oops, String#encoding is not ready.

2 comments:

kaiyanotako said...

Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.

C:\Documents and Settings\takashi>ir -h
Usage: ir.exe [options] [file] [arguments]

Options:

-1.8.6 Ruby 1.8.6 mode (default)
-1.8.7 Ruby 1.8.7 mode
-1.9 Ruby 1.9 mode
-2.0 Ruby 2.0 mode

C:\Documents and Settings\takashi>ir -1.9
IronRuby 1.1.0.0 on .NET 4.0.30319.1
Copyright (c) Microsoft Corporation. All rights reserved.

>>> "あ"
=> "あ"
>>> "あ".encoding
=> #<Encoding:shift_jis>
>>>

Youhei Kondou said...

Thank you. I can succeed this.

Post a Comment