我发现了关于使用 IronRuby 创建跨平台 GUI 的很酷的文章,其中有人重新创建了 [Shoes]( http://en.wikipedia.org/wiki/Shoes_(GUI_toolkit) DSL _why the lucky hard in IronRuby。
厉害对了!
因此,我下载了IronRuby 二进制文件和文章中的代码,并运行了以下命令:
c:\IronRuby\bin\ir hello_world.rb
但我收到以下错误:
:0:in `require': no such file to load -- Microsoft.Scripting, Version=1.0.0.2000 Culture=neutral, PublicKeyToken=null (LoadError)
from ./shoes.rb:5
from hello_world.rb:1
from :0:in `require'
如何让这些示例应用程序运行?