Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>I have never tried to truly sandbox Mono but this might give you a starting point:</p> <p><a href="http://www.mono-project.com/MonoSandbox" rel="nofollow">http://www.mono-project.com/MonoSandbox</a></p> <p>File system access in the sandbox is touched on in that link.</p> <p>Popular choices for <a href="http://www.mono-project.com/Scripting_With_Mono" rel="nofollow">Mono scripting</a> seem to be <a href="http://boo.codehaus.org/" rel="nofollow">Boo</a> and <a href="http://ironpython.net/" rel="nofollow">Python</a>. Both ship with the latest version of Mono (<a href="http://www.mono-project.com/Release_Notes_Mono_2.10" rel="nofollow">2.10</a>). <a href="http://msdn.microsoft.com/en-us/vbasic/default" rel="nofollow">Visual Basic, </a><a href="http://ironruby.net/" rel="nofollow">Ruby</a> and <a href="http://msdn.microsoft.com/en-us/fsharp/default" rel="nofollow">F#</a> (OCaml-ish) do as well.</p> <p>The <a href="http://www.mono-project.com/CSharp_Compiler" rel="nofollow">Mono C# compiler</a> can be easily embedded as a service for scripting. Here is a <a href="http://tirania.org/blog/archive/2011/Feb-24.html" rel="nofollow">nice article about it</a>.</p> <p>If you are partial to PHP, you should check out <a href="http://phalanger.codeplex.com/" rel="nofollow">Phalanger</a>.</p> <p>There are many other choices. There are new .NET based scripting languages all the time. I came across <a href="http://blogs.lessthandot.com/index.php/DesktopDev/MSTech/machete-a-scripting-runtime-for" rel="nofollow">this one</a> earlier today.</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload