Beanshell equivalent for .Net

Is there something like Beanshell that provides CLR classes instead of Java classes and allows you to write scripts in C # or VB.Net (or any .Net language)?

Useful for testing single-layer code snippets

+3
source share
1 answer
+5
source

Source: https://habr.com/ru/post/1745762/


All Articles