F#
F# (pronounced "F sharp") is a cross-platform, open source, functional programming language for .NET. It also includes object-oriented and imperative programming.
Here are 1,783 public repositories matching this topic...
Pulumi - Developer-First Infrastructure as Code. Your Cloud, Your Language, Your Way
-
Updated
Dec 30, 2021 - Go
This repository contains .NET Documentation.
-
Updated
Dec 30, 2021
The F# compiler, F# core library, F# language service, and F# tooling integration for Visual Studio
-
Updated
Dec 30, 2021 - F#
Math.NET Numerics
-
Updated
Dec 29, 2021 - C#
Sample code referenced by the .NET documentation
-
Updated
Dec 29, 2021 - C#
A native functional ASP.NET Core web framework for F# developers.
-
Updated
Nov 16, 2021 - F#
Describe the bug
Some content served with "content-encoding: gzip" fails to get decompressed. The same URL works when retrieved as $var = Invoke-RestMethod <url> in PowerShell or in the browser.
Still trying to figure out if this might be a server issue
Please complete the following:
Version: 1.0.245702+40c8c12f24bf25871df042025338d97181e1507a
Build date: 2021-09-09T15:5
Suave is a simple web development F# library providing a lightweight web server and a set of combinators to manipulate route flow and task composition.
-
Updated
Nov 6, 2021 - F#
In Statistics module, we do calculations and it would be beneficial to cover it by unit or property-based tests.
Here you can take a look at examples with property-based testing.
Would it be possible to support NUnits ValueFormatters configured with TestContext.AddFormatter für FsCheck.Nunit tests?
C# and F# language binding and extensions to Apache Spark
-
Updated
Jan 29, 2021 - C#
Bolero brings Blazor to F# developers with an easy to use Model-View-Update architecture, HTML combinators, hot reloaded templates, type-safe endpoints, advanced routing and remoting capabilities, and more.
-
Updated
Dec 28, 2021 - F#
The .NET Project System for Visual Studio
-
Updated
Dec 24, 2021 - C#
This was already proposed in #93, but given how much the landscape has changed since 2013, I thought it better to create a new issue.
The specific reason why I'm proposing it right now is to be able to use FSharp.Data in WebAssembly with Bolero; see this issue. But more generally I think it would be good to update to the modern and recommended li
Statically typechecks a common SQL dialect and translates it to various RDBMS backends
-
Updated
Jul 13, 2020 - F#
Opinionated, web development framework for F# which implements the server-side, functional MVC pattern
-
Updated
Dec 6, 2021 - F#
Logo for Interactive
The package I want to suggest the idea to: AngouriMath.Interactive
The current logo includes Jupyter logo which is incorrect (since you can use that pkg in VSC Notebooks or in console etc.).
[Here](https://drive.google.com/file/d/1Y8TwuEjL0-YO2DCE6c_qs8TrhGJES_tL/view?usp=sharing
A general F# SQL database erasing type provider, supporting LINQ queries, schema exploration, individuals, CRUD operations and much more besides.
-
Updated
Dec 1, 2021 - F#
Created by Don Syme
Released May 2005
- Organization
- fsharp
- Website
- dotnet.microsoft.com/languages/fsharp
- Wikipedia
- Wikipedia


Describe the bug
When the finalizer is called for CLR JvmObjectId objects, it calls the
rmDotnetBackend method and this calls goes through theJvmBridgeclass. Because thermcall goes through [JvmBridge.CallJavaMethod](https://github.com/do