VisualFSharp
The F# compiler, F# core library, F# language service, and F# tooling integration for Visual Studio (by dotnet)
Fable
The project has moved to a separate organization. This project provides redirect for old Fable web site. (by fsprojects)
VisualFSharp | Fable | |
---|---|---|
60 | - | |
4,037 | 13 | |
0.9% | - | |
9.9 | 0.0 | |
8 days ago | over 8 years ago | |
F# | ||
MIT License | - |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
VisualFSharp
Posts with mentions or reviews of VisualFSharp.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2025-01-23.
-
Do any languages specify package requirements in import / include statements?
If you're interested, you could further raise this on F# discord server or in https://github.com/dotnet/fsharp, F# is effectively a community-managed language so if there's a particular change you'd like to see, there is a high chance you can just make it happen if you have time to see it through.
-
What's New in F# 9
Thanks for the tips! I had thought there were still some other gotchas with AOT and F# but it looks like the list is smaller than last time I looked. https://github.com/dotnet/fsharp/issues/13398
-
.NET Digest #3
Nullness checking
-
The sad state of property-based testing libraries
Not quite accurate with the Parallel example. Don Syme is explicit that applicative `async` should not implicitly start work in the thread pool (https://github.com/dotnet/fsharp/issues/10301#issuecomment-7...).
- Change F#'s Color on GitHub
-
Experimentation with Optimized Closures
There's docs about how the compiler generally does optimizations here: https://github.com/dotnet/fsharp/blob/main/docs/optimizations.md
-
Load projects with dependencies on Repl
You should add your +1 to https://github.com/dotnet/fsharp/issues/8764, which would add a syntax like #r: project ... to FSI.
-
Updated .NET Managed languages strategy - .NET
So when people are mad about MS and F#, one can see here that: https://github.com/dotnet/fsharp/graphs/contributors MS does a lot more for F# then people being all pessimistic in reddit.
-
AOT
F# AOT feature tracking
- old languages compilers
Fable
Posts with mentions or reviews of Fable.
We have used some of these posts to build our list of alternatives
and similar projects.
We haven't tracked posts mentioning Fable yet.
Tracking mentions began in Dec 2020.
What are some alternatives?
When comparing VisualFSharp and Fable you can also consider the following projects:
FunScript - F# to JavaScript compiler with JQuery etc. mappings through a TypeScript type provider
Bridge.NET - :spades: C# to JavaScript compiler. Write modern mobile and web apps in C#. Run anywhere with Bridge.NET.
Mono-basic - Visual Basic Compiler and Runtime
Nemerle - Nemerle language. Main repository.
JSIL - CIL to Javascript Compiler