[Ironruby-core] IronRuby scripting in Windows Store apps
Orion Edwards
Orion.Edwards at gallagher.co
Sun Aug 26 20:33:08 UTC 2012
That sounds fantastic :-)
______________________________________________________
Orion Edwards | Technical Leader
PHONE +64 7 838 9800 | FAX +64 7 838 9801 |
EMAIL orion.edwards at gallagher.co | WEB www.gallagher.co
From: Tomas Matousek <Tomas.Matousek at microsoft.com>
To: "ironruby-core at rubyforge.org" <ironruby-core at rubyforge.org>
Date: 27/08/2012 06:31 a.m.
Subject: [Ironruby-core] IronRuby scripting in Windows Store apps
Sent by: ironruby-core-bounces at rubyforge.org
(Seems like my previous email didn't go thru, trying again)
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 J. 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.
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.
Tomas
_______________________________________________
Ironruby-core mailing list
Ironruby-core at rubyforge.org
http://rubyforge.org/mailman/listinfo/ironruby-core
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://rubyforge.org/pipermail/ironruby-core/attachments/20120827/8b6e40cc/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: image/gif
Size: 3465 bytes
Desc: not available
URL: <http://rubyforge.org/pipermail/ironruby-core/attachments/20120827/8b6e40cc/attachment.gif>
More information about the Ironruby-core
mailing list