C# REPL outside Visual Studio

后端 未结 8 2217
太阳男子
太阳男子 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:52

    Anders Hejlsberg builds a C# REPL loop in this video, 65 minutes in:

    http://channel9.msdn.com/Events/PDC/PDC08/TL16#time=65m00s

    It's a much older version of Roslyn, but the same ideas apply (and eval! ;).

提交回复
热议问题