Anders Hejlsberg's C# 4.0 REPL

前端 未结 10 703
甜味超标
甜味超标 2020-12-13 04:05

During the last 10 minutes of Ander\'s talk The Future of C# he demonstrates a really cool C# Read-Eval-Print loop which would be a tremendous help in learning the language.

10条回答
  •  执笔经年
    2020-12-13 04:38

    Take a look at this C# REPL Script Environment which is a great way to quickly run C# script (and learn how to code)

提交回复
热议问题