C# REPL outside Visual Studio

后端 未结 8 2197
太阳男子
太阳男子 2021-01-31 16:19

F# has a REPL (read–eval–print loop) F# Interactive, C:\\Program Files (x86)\\Microsoft F#\\v4.0\\Fsi.exe.

I understand C# now has its own interactive REPL,

8条回答
  •  旧巷少年郎
    2021-01-31 16:39

    It may not be a substitute but I mainly use RoslynPad for quick research and test. I've also used Linqpad. RoslynPad is "A simple C# editor based on Roslyn" according to their website https://roslynpad.net/. You can write small scripts and you can see variables values' and you may also save them.

提交回复
热议问题