waf/CSharpRepl
A command line C# REPL with syntax highlighting – explore the language, libraries and nuget packages interactively. observed · 2026-08-28
Health v2 · maintenance only
96/100
- Activity 99
- Release rhythm 90
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: 5
- age_days: 1978
- days_rel: 66
- days_push: 9
- n_releases_24m: 6
Adoption not part of the score
3341 stars · 124 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
A cross-platform command-line C# REPL distributed as a .NET global tool, built on Roslyn. It offers syntax highlighting, intellisense, NuGet package installation, references to local projects, IL/lowered-C# inspection, and optional AI code completion.
Use cases
- quickly prototype C# code without creating a scratch project
- explore a NuGet library's API interactively in the terminal
- inspect what the compiler generates with IL disassembly and lowered C#
- load and call into my own csproj or solution from a console
- attach a REPL to a running .NET process to poke at live state
- learn C# with autocomplete and inline documentation
When to choose
- you want fast interactive C# experimentation from the terminal on Windows, macOS, or Linux
- you need to probe libraries, assemblies, or your own projects without scaffolding a console app
- you want to see compiler output (IL or lowered C#) for a snippet
- you need to debug or modify a running .NET application from a REPL
When to avoid
- you need a full IDE experience with debugging, refactoring, or project management
- you are working in a language other than C# or a runtime other than .NET
- you need a GUI-based scratchpad like LINQPad with saved query files
Facets
cli-tool · maturity active
cli developer-tools interpreter developer-tools programming-languages cross-platform windows cli csharp dotnet repl nuget intellisense syntax-highlighting interactive-programming roslyn il-disassembly ai-code-completion command-line macos linux
2 sources
- readme: https://github.com/waf/CSharpRepl · fetched 2026-08-28 · 606e3f0a749a
- homepage: https://fuqua.io/CSharpRepl/ · fetched 2026-08-29 · 21612410cfda
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| waf/CSharpRepl | main | 96 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem