зеркало из https://github.com/dotnet/fsharp.git
Страница:
F# 4.0 Status
Страницы
Add support for the coreclr to the F# compiler and FSI
Build Quickstart
Code Flow to Open Edition
Code of conduct
Contributing
Dev Guide FSharp.Core
Dev Guide Visual F# Tools
F# 4.0 Status
Have a Cup 't Visual F# Tools March Bugbash
Home
How to help with the CoreClr port of Visual F#
PoC
Required Software
Running and Debugging IDE Code
Test Quickstart
Using CI Builds (BROKEN, DO NOT USE)
Using Nightly Releases of the Visual F# Tools
Visual F# BugBash Results
36
F# 4.0 Status
Ted редактировал(а) эту страницу 2017-08-09 14:38:22 +10:00
Status of F# 4.0 Approved Language/Library Items
To learn more about F# and how it is used, please see http://fsharp.org.
The evolution of the F# language is managed through a collaborative, open design process. Don Syme from Microsoft Research is the BDFL for the language design process.
Language suggestions are made through F# Language User Voice. See Approved Items for the list of approved language items, it should match the status list below.
Feature Specifications
Language (Approved + Designed Items)
##Library: Other
Feature | Area | Assigned To | Pull Request | Status |
---|---|---|---|---|
List, Seq, Array additions | Library | various | many | committed |
Better async stack traces |
Library | @dsyme | PR | committed |
Quotation format improvements | Compiler, Library | @dsyme | PR | committed |
add WebClient AsyncDownloadFile , AsyncDownloadData |
Library | mexx24 | PR | committed |
Add an active pattern to match constant decimal in quotations | Library | Veritax | PR | committed |
Async.AwaitTask for non-generic task |
Library | @thinkb4coding | PR | committed |
String.filter and Option.filter |
Library | @rojepp and Mark Seeman | PR | committed |
Slicing syntax for F# lists | Library | @latkin | PR | committed |
Hash/Eq/Distinct/Group Perf | Library (perf) | @dsyme | PR | committed |
Use OptimizedClosures FastFunc consistently |
Library (perf) | PatrickMcDonald | PR | committed |
Additional NativePtr intrinsics |
Library | Jack Pappas, @dsyme | Modified PR original | modified change committed |
tryUnbox , isNull , Option.ofObj , toObj , Option.ofNullable , toNullable |
Library | @dsyme | PR | committed |