Luke's Software and Design
https://www.lsdwa.com/

Logo

C# Console

Description

CLI REPL utility for evaluating C# statements and expressions and running short programs.

Useful for checking how a fragment of C# code might behave or what it returns, how long it takes to execute, or running some logic that you can write in a few lines but don't want to have to create a project and build to execute it.

This utility has evolved slowly over years of my need to quickly determine how a given C# statement behaves in various circumstances

View README with further usage information on GitHub.

Download

© 2023 Luke's Software and Design