Running F# in CoreCLR

£可爱£侵袭症+ 提交于 2019-12-05 03:59:15

At this time of writing (April 2015), F# has not yet been ported to fully support CoreCLR / CoreFX.

CoreCLR and CoreFX are currently undergoing a lot of changes and improvements while development proceeds. The churn will decrease and stability improve rapidly in the coming months, but building anything substantial on CoreCLR/FX at this time will be akin to building a skyscraper on quicksand.

Mono v.next, which is currently used to build and run F# on [LI|U]N[U|I]X, is also undergoing a lot of change as it replaces large chunks of the Mono platform and Framework with assemblies and code from CoreCLR and CoreFX.

You might want to track Visual F# issue #387 for progress.

You may also want to track Visual F# issue #336 which discusses supporting F# on CoreCLR for x-plat work.

Update1:

Now that F# 4.0 is shipped, the team are working on a bunch of new work: https://github.com/Microsoft/visualfsharp/issues/563

Key among those work items is adding CoreCLR support to F#: https://github.com/Microsoft/visualfsharp/issues/499.

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!