Search code examples
.netclrbeanshell

Beanshell equivalent for .Net


Is there anything like Beanshell, which exposes CLR classes instead of Java classes, and lets you write scripts in C# or VB.Net (or any .Net language for that matter)

Should come in handy to test one-liner code snippets


Solution

  • Powershell lets you do this.

    See Accessing .NET components from Powershell