I have just checked in a sample Windows 8 application that evaluates Ruby code 
and displays result.

https://github.com/IronLanguages/main/tree/master/Hosts/WindowsStore

Feel free to play with it. The basics should work but definitely expect bugs 
:). To try it out build Ruby.sln Win8 configuration:

main\Solutions> msbuild Ruby.sln /p:Configuration="Win8Debug"

Then open Hosts\WindowsStore\IronApp.sln, build and run.

[cid:image001.png@01CD82D6.0A8FA250]

The app is a regular C# Windows Store app that uses ScriptEngine to execute 
Ruby code against a ScriptScope containing a "main" variable, which is set to 
be the application MainPage UI element.

IronPython doesn't build yet for Win8 profile, there is quite a bit of work to 
be done to make it work. If anyone is interested in making IronPython work or 
improving IronRuby let me know.

Tomas

<<inline: image001.png>>

_______________________________________________
Ironruby-core mailing list
Ironruby-core@rubyforge.org
http://rubyforge.org/mailman/listinfo/ironruby-core

Reply via email to