VisualFSharp
The F# compiler, F# core library, F# language service, and F# tooling integration for Visual Studio (by dotnet)
ClojureCLR
A port of Clojure to the CLR, part of the Clojure project (by clojure)
VisualFSharp | ClojureCLR | |
---|---|---|
60 | 11 | |
4,049 | 1,586 | |
1.2% | 0.3% | |
9.9 | 9.2 | |
2 days ago | about 2 months ago | |
F# | C# | |
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
ClojureCLR
Posts with mentions or reviews of ClojureCLR.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2024-09-23.
-
Rust panics under the hood, and implementing them in .NET
Before Rich made Clojure for the JVM, he wrote dotLisp[1] for the CLR. Not long after Clojure was JVM hosted, it was also CLR hosted[2]. One of my first experiences with ML was F#[3], a ML variant that targets the CLR. These all predate the MIT licensed .net, but prior to that there was mono, which was also MIT licensed.
1: https://dotlisp.sourceforge.net/dotlisp.htm
2: https://github.com/clojure/clojure-clr
3: https://fsharp.org/
- Make a New Programming Language
- Try Clojure
-
Dada, an Experiement by the Creators of Rust
Yea, that's true. I forgot about that. I did think of Clojure CLR, but I don't get the impression that this is an all that natural or used implementation. ClojureScript is obviously much more used, although it is still a "different" language.
https://github.com/clojure/clojure-clr
-
Ask HN: Does an equivalent of Clojure exist for .NET?
ClojureCLR can already run on .NET 5.0 , so at least it made it through the .NET Core migration. I'm sure they'll get it to 6.0 at some point.
https://github.com/clojure/clojure-clr/wiki/Getting-started
- Clojure, but without the JVM?
-
Elixir Protocols vs. Clojure Multimethods
I recently found there was a clojure implementation for .NET and also one for the BEAM Virtual Machine. Has anyone used the latter? Regards
[1] https://github.com/clojure/clojure-clr
-
Scheme for embedding in .NET application
Maybe it's not exactly a scheme, but there's Clojure CLR and it's actively maintained: https://github.com/clojure/clojure-clr/wiki
-
Java on Truffle – Going Fully Metacircular
https://github.com/clojure/clojure-clr/commits/master
What are some alternatives?
When comparing VisualFSharp and ClojureCLR you can also consider the following projects:
FunScript - F# to JavaScript compiler with JQuery etc. mappings through a TypeScript type provider
F# - Please file issues or pull requests here: https://github.com/dotnet/fsharp
Mono-basic - Visual Basic Compiler and Runtime
IronScheme - IronScheme
Nemerle - Nemerle language. Main repository.
Roslyn - The Roslyn .NET compiler provides C# and Visual Basic languages with rich code analysis APIs.