Announcing F# 4.5
https://blogs.msdn.microsoft.com/dotnet/2018/08/14/announcing-f-4-5/ [blogs.msdn.microsoft.com]
2018-08-15 03:52
The first thing you may notice about F# 4.5 is that it’s higher than F# 4.1.
tag: fsharp
Announcing F# 4.5
https://blogs.msdn.microsoft.com/dotnet/2018/08/14/announcing-f-4-5/ [blogs.msdn.microsoft.com]
2018-08-15 03:52
The first thing you may notice about F# 4.5 is that it’s higher than F# 4.1.
.NET Instrumentation via MSIL bytecode injection
http://phrack.org/papers/dotnet_instrumentation.html [phrack.org]
2018-01-15 14:47
In this article we will explore the internals of the .NET framework with the purpose of providing an innovative method to instrument .NET programs at runtime.
source: grugq
FEZ - an fsharp to core erlang experiment
https://github.com/kjnilsson/fez [github.com]
2017-10-26 16:09
Fez is an early doors experiment in compiling fsharp to BEAM compatible core erlang. The primary aim is to implement enough of the language to evaluate what how well an ML type of language could become a practical language for writing code to be run on the beam.
source: L
Get Started with F# as a C# developer
https://blogs.msdn.microsoft.com/dotnet/2017/07/24/get-started-with-f-as-a-c-developer/ [blogs.msdn.microsoft.com]
2017-07-25 16:44
It’s the same, but different.
Announcing .NET Core Tools 1.0
https://blogs.msdn.microsoft.com/dotnet/2017/03/07/announcing-net-core-tools-1-0/ [blogs.msdn.microsoft.com]
2017-03-08 00:08
The .NET Language Strategy
https://blogs.msdn.microsoft.com/dotnet/2017/02/01/the-net-language-strategy/ [blogs.msdn.microsoft.com]
2017-02-02 13:22
This post is meant to provide that additional context for the principles we use to make decisions for each language. You should consider it as guidance, not as a roadmap.
Project Springfield: a Cloud Service Built Entirely in F#
https://blogs.msdn.microsoft.com/dotnet/2016/12/13/project-springfield-a-cloud-service-built-entirely-in-f/ [blogs.msdn.microsoft.com]
2016-12-14 20:26
Project Springfield is Microsoft’s unique fuzz testing service for finding security critical bugs in software.
Fairly long post about all the hows and whys.
F# Pain Points
http://www.colinbellmore.work/post/fsharp-pain/ [www.colinbellmore.work]
2016-12-07 19:38
Some well reasoned gripes.
Units of Measure
https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/units-of-measure [docs.microsoft.com]
2016-11-16 21:56
F# numbers can have units attached. So who wants to rewrite the units utility?