Search code examples
silverlightironruby

Are there any demo sites that let you test IronRuby with Silverlight?


I want to some very basic IronRuby tests, such as checking the syntax on a regular expression, and if possible would like to be able to do it thorugh my browser. Does anyone know of a site that hosts an IronRuby in Silverlight demo?


Solution

  • 1) Have you found/already tried this?

    http://silverlight.net/samples/sl2/dlrconsole/index.html
    Note, this is an older build, so you might wish to follow my 2nd suggestion if you want something a bit fresher:

    2) If you have built IronRuby recently from the latest source from GitHub You should find a Tutorial (which runs in WPF or Silverlight) .

    You'd find it here in the source tree

    Edit: Also, I know Jimmy has posted recently about some additional work going into this tutorial, so I believe this is being actively worked on.

    Edit 2:

    3) Perhaps will or will not suffice for your needs, but there is also Gestalt for running IronRuby/IronPython in the browser. This is a recent interesting development from mix online labs.