Categories: Scripting
Author: Oleg Shilo
Latest version: 1.7.0Added 2007-02-15
CLR-based scripting system that uses ECMA-compliant C# as a programming language.Features include:- Programming language is CLS-compliant C# (VB.NET, JScript and Classless C# are also supported)- Script engine can run C# code targeting both .NET 1.1 and .NET 2.0 frameworks- Any CLS-compliant C# code (standard .cs file) can be used as a script without any modifications- Automatic script caching- Runtime callable wrappers, Web Service and Remoting proxies can be dynamically generated on fly, without developer involvement- Any script can be compiled into executable or DLL- Script engine can load/execute multiple scripts with 'import' directive- Script engine can load at run-time assemblies referenced directly in the script code with 'reference' directive- Integration with the common range of CLR IDEs and debuggers is available. Currently supported: Visual Studio 2003, 2005, 2005 Express, SharpDevelop and MS CLR Debugger.