Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

REPL console application #335

Closed
jbaron opened this issue Apr 5, 2020 · 2 comments
Closed

REPL console application #335

jbaron opened this issue Apr 5, 2020 · 2 comments
Labels
enhancement New feature or request

Comments

@jbaron
Copy link

jbaron commented Apr 5, 2020

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.

@jonsequitur
Copy link
Contributor

This is built with .NET Interactive though isn't part of the product: https://github.com/jonsequitur/dotnet-repl.

Thoughts?

@jbaron
Copy link
Author

jbaron commented Aug 24, 2021

Looks very nice indeed and seems to fit my needs, thanks!!!

@jbaron jbaron closed this as completed Aug 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants