You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Often I want to try out quickly a few lines of C# code to interactively inspect the result of some library. Right now I could either start a notebook or a debug session in Visual Studio (Code).
But it seems most building blocks are already in place to have a simple REPL application (console app). IMHO would be a great addition to the current set of interactive tools. This would also support cases where people use interactively .Net over SSH or other terminal type of connections.
P.S Love the current set of interactive tooling, great addition for doing more discovery type of development often encountered in data science.
The text was updated successfully, but these errors were encountered:
Often I want to try out quickly a few lines of C# code to interactively inspect the result of some library. Right now I could either start a notebook or a debug session in Visual Studio (Code).
But it seems most building blocks are already in place to have a simple REPL application (console app). IMHO would be a great addition to the current set of interactive tools. This would also support cases where people use interactively .Net over SSH or other terminal type of connections.
P.S Love the current set of interactive tooling, great addition for doing more discovery type of development often encountered in data science.
The text was updated successfully, but these errors were encountered: