Mono-basic
VisualFSharp
Mono-basic | VisualFSharp | |
---|---|---|
- | 58 | |
101 | 3,866 | |
- | 0.7% | |
0.0 | 9.9 | |
over 3 years ago | 5 days ago | |
Visual Basic .NET | F# | |
GNU General Public License v3.0 or later | MIT License |
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.
Mono-basic
We haven't tracked posts mentioning Mono-basic yet.
Tracking mentions began in Dec 2020.
VisualFSharp
-
.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
-
Ask HN: Is Clojure Dead?
Can't speak to the others, but I'm pretty sure the F# team just doubled or tripled in size (it's still small though). Also the GitHub repo is very active: https://github.com/dotnet/fsharp .
- Why is it not possible to pipeline .NET class methods?
What are some alternatives?
Roslyn - The Roslyn .NET compiler provides C# and Visual Basic languages with rich code analysis APIs.
FunScript - F# to JavaScript compiler with JQuery etc. mappings through a TypeScript type provider
ClojureCLR - A port of Clojure to the CLR, part of the Clojure project
F# - Please file issues or pull requests here: https://github.com/dotnet/fsharp
Roslyn-linq-rewrite - Compiles C# code by first rewriting the syntax trees of LINQ expressions using plain procedural code, minimizing allocations and dynamic dispatch.
Nemerle - Nemerle language. Main repository.
Bridge.NET - :spades: C# to JavaScript compiler. Write modern mobile and web apps in C#. Run anywhere with Bridge.NET.
language-ext - C# functional language extensions - a base class library for functional programming
Netjs - Compile .NET assemblies to TypeScript and JavaScript