Home > Software > Development > Utils > CShell

CShell logo

Details

Package ID
CShell
Version
0.1.2.3
Downloads
2294
Website
https://github.com/lukebuehler/CShell

Summary

CShell is an interactive C# scripting environment.

Description

CShell is an interactive C# scripting environment. It allows you to use C# without any fluff right in a console like environment called a read-eval-print-loop (REPL). Your code is directly evaluated and executed in a shell window, no separate executable has to be compiled and then run in a different process.

Comments

Loading comments...