Forum: IronRuby IronRuby scripting in Windows Store apps

Posted by Tomas Matousek (Guest)
on 2012-08-27 14:00
(Received via mailing list)
(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/...

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.

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
Posted by Orion Edwards (Guest)
on 2012-08-27 14:01
(Received via mailing list)
_______________________________________________
Ironruby-core mailing list
Ironruby-core@rubyforge.org
http://rubyforge.org/mailman/listinfo/ironruby-core
Posted by Jeff Hardy (Guest)
on 2012-08-29 18:12
(Received via mailing list)
On Tue, Aug 28, 2012 at 2:11 PM, Curt Hagenlocher <curt@hagenlocher.org> 
wrote:
> ...as opposed to one of a set of predefined types whose source is compiled
> into IronRuby.

Or any types precompiled ahead of time, which is what I'm working on
now. I need it for Android anyway, but it looks like I'll need it here
too.

- Jeff
Please log in before posting. Registration is free and takes only a minute.
Existing account (Switch to SSL-encrypted connection)
NEW: Do you have a Google/GoogleMail or Yahoo account? No registration required!
Log in with Google account | Log in with Yahoo account
No account? Register here.