views:

54

answers:

1

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

+4  A: 

Powershell lets you do this.

See Accessing .NET components from Powershell

Mitch Wheat