为什么不F#的支持编辑并继续?编辑、继续

由网友(瞧!这有个二逼)分享简介:Visual Studio的编辑并继续和其他IDE的等效操作是非常有效的实验交互式应用,因为你不必重新启动应用程序,看到code变化的影响(大部分时间)。如果Visual Studio中已经支持这种对C#,那么为什么不是在F#中了吗?请问一些关于F#变得更加困难?Visual Studio's Edit and C...

Visual Studio的编辑并继续和其他IDE的等效操作是非常有效的实验交互式应用,因为你不必重新启动应用程序,看到code变化的影响(大部分时间)。如果Visual Studio中已经支持这种对C#,那么为什么不是在F#中了吗?请问一些关于F#变得更加困难?

Visual Studio's Edit and Continue and other IDE's equivalent operations are very effective for experimentation in interactive applications, since you don't have to restart the app to see the effects of the code change (most of the time). If Visual Studio already supports this for C#, then why isn't it in F# yet? Does something about F# make it more difficult?

推荐答案

它归结为,这种功能的需求支持编译器本身,而事实上,因为F#编译器有一个更小的团队做这个工作,比C#编译器,他们可能有其他更高优先级的项目上工作。

It boils down to the fact that this kind of feature needs support in the compiler itself, and since the F# compiler has a much smaller team working on it than the C# compiler, they probably have other, higher priority items to work on.

阅读全文

相关推荐

最新文章