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,472 public repositories matching this topic...
Pulumi - Modern Infrastructure as Code. Any cloud, any language
-
Updated
Dec 12, 2020 - Go
The F# compiler, F# core library, F# language service, and F# tooling integration for Visual Studio
-
Updated
Dec 12, 2020 - F#
This repository contains .NET Documentation.
-
Updated
Dec 12, 2020 - PowerShell
Math.NET Numerics
-
Updated
Nov 12, 2020 - C#
This is to track implementation of the ML-Features: https://spark.apache.org/docs/latest/ml-features
Bucketizer has been implemented in dotnet/spark#378 but there are more features that should be implemented.
- Feature Extractors
- TF-IDF
- Word2Vec (dotnet/spark#491)
- CountVectorizer (https://github.com/dotnet/spark/p
A native functional ASP.NET Core web framework for F# developers.
-
Updated
Dec 8, 2020 - F#
Sample code referenced by the .NET documentation
-
Updated
Dec 12, 2020 - C#
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
Dec 9, 2020 - F#
C# and F# language binding and extensions to Apache Spark
-
Updated
Oct 13, 2020 - C#
.NET Interactive takes the power of .NET and embeds it into your interactive experiences. Share code, explore data, write, and learn across your apps in ways you couldn't before.
-
Updated
Dec 11, 2020 - C#
I just noticed this while testing the other PR:
most tests have a clickable got-to-source link, but some don't.
I can't see any difference between the ones that do, and the ones that don't.



Environment
Details
I have a C# class library which I use in Python. I have a
Pointclass (a code snippet):