This document provides information about ScriptCS, an open source project that enables rich C# scripting. Some key points:
- ScriptCS allows users to write and execute C# scripts or use a REPL without compilation or projects.
- It has over 500 watchers on GitHub and contributions from 29 developers.
- ScriptCS uses Roslyn and NuGet under the hood and supports features like script packs, debugging in Visual Studio, and a Sublime Text plugin.
- Script packs allow extending ScriptCS with additional functionality through references, namespaces, and exposed methods. Popular packs include NUnit for testing and RavenDB for document databases.