Apr 5, 2009

IRBWEB - Try Ruby on Your Browser!

One of the annoyances of trying ruby is installing Ruby. IRBWEB let you try it on your browser!

You can enter ruby expression and evaluate it.


IRBWEB

It works completely in your browser, so you get the result so quickly.

Silverlight 2.0 Required

The Silverlight 2.0 runtime plug-in required. Click the following image.

How does it work?

Silverlight supports DLR(Dynamic Language Runtime) which enables us to execute Ruby and Python on .NET application. IRBWEB is developped based on repl sample included in Silverlight Dynamic Languages SDK 0.5.0.