Nemerle
Nemerle language. Main repository. (by rsdn)
VisualFSharp
The F# compiler, F# core library, F# language service, and F# tooling integration for Visual Studio (by dotnet)
Nemerle | VisualFSharp | |
---|---|---|
1 | 60 | |
622 | 3,993 | |
0.0% | 0.3% | |
0.0 | 9.9 | |
over 2 years ago | 3 days ago | |
Nemerle | F# | |
GNU General Public License v3.0 or later | 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.
Nemerle
Posts with mentions or reviews of Nemerle.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-07-21.
-
Languages with extensible syntax?
Nemerle, Wyvern, Kernel
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
What are some alternatives?
When comparing Nemerle and VisualFSharp you can also consider the following projects:
ClojureCLR - A port of Clojure to the CLR, part of the Clojure project
FunScript - F# to JavaScript compiler with JQuery etc. mappings through a TypeScript type provider
Roslyn - The Roslyn .NET compiler provides C# and Visual Basic languages with rich code analysis APIs.
F# - Please file issues or pull requests here: https://github.com/dotnet/fsharp
ocaml - The core OCaml system: compilers, runtime system, base libraries