|
|
|
|
|
by tluyben2
2744 days ago
|
|
A proper repl seems the first step to start building such interactive/iterative tooling; F# has one so maybe that is a better start than C# for this? C#.NET Core suffers (as far as I know) from this; https://stackoverflow.com/questions/47394231/csharpscript-us... I think Mono has a solution, but as far as I know .NET Core basically is unusable for scripting because of this for C# which makes the kind of scenario you want basically impossible from the get go. It is a bit weird not more attention is given to it given so many people ache for an interactive C# environment, especially for this purpose, but also for faster iteration with Xamarin on iOS/Android etc (all of my colleagues would save a lot of time on development with this for Xamarin mobile dev especially). If that has been fixed, there is still the lack of libraries but that and the rest of what is needed is at least not basically impossible to solve by mere mortals. |
|
Then there are Xamarin Workbooks, like Swift playgrounds but for .NET.