#
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,557 public repositories matching this topic...
Pulumi - Modern Infrastructure as Code. Any cloud, any language 🚀
javascript
python
go
kubernetes
golang
aws
cloud
typescript
csharp
serverless
fsharp
dotnet
azure
containers
gcp
iac
cloud-computing
infrastructure-as-code
-
Updated
Feb 22, 2021 - Go
The F# compiler, F# core library, F# language service, and F# tooling integration for Visual Studio
-
Updated
Feb 22, 2021 - F#
This repository contains .NET Documentation.
-
Updated
Feb 22, 2021 - PowerShell
Math.NET Numerics
statistics
csharp
integration
math
fsharp
interpolation
random
matrix
linear-algebra
regression
fft
numerics
differentiation
mathnet
-
Updated
Jan 15, 2021 - C#
GoEddie
commented
Dec 30, 2019
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.
middleware
template-engine
fsharp
dotnet
micro-framework
web-framework
dotnet-core
aspnet-core
model-view-presenter
http-handler
giraffe
dotliquid
-
Updated
Feb 16, 2021 - F#
Sample code referenced by the .NET documentation
-
Updated
Feb 21, 2021 - 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
Jan 8, 2021 - F#
.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
Feb 22, 2021 - C#
C# and F# language binding and extensions to Apache Spark
streaming
spark
apache-spark
csharp
fsharp
bigdata
dataset
spark-streaming
eventhubs
mapreduce
dataframe
rdd
dstream
mobius
kafka-streaming
near-real-time
-
Updated
Jan 29, 2021 - C#
jlink
commented
Aug 18, 2020
There’s a repository targeted at comparing shrinking behaviour of various PBT libraries: https://github.com/jlink/shrinking-challenge
Would be great to have FsCheck therein. We’re happy to take PRs.
The .NET Project System for Visual Studio
-
Updated
Feb 22, 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
Feb 18, 2021 - F#
ovatsus
opened
Apr 10, 2018
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
web
mvc
cross-platform
backend
fsharp
mvc-framework
mvc-architecture
server-side-rendering
saturn
server-side
-
Updated
Feb 19, 2021 - F#
A general F# SQL database erasing type provider, supporting LINQ queries, schema exploration, individuals, CRUD operations and much more besides.
-
Updated
Feb 14, 2021 - F#
Generic Graph Data Structures and Algorithms for .NET
-
Updated
Dec 29, 2019 - C#
ShopifySharp is a .NET library that helps developers easily authenticate with and manage Shopify stores.
-
Updated
Jan 20, 2021 - C#
Created by Don Syme
Released May 2005
- Organization
- fsharp
- Website
- dotnet.microsoft.com/languages/fsharp
- Wikipedia
- Wikipedia
Environment
Details
I have a C# class library which I use in Python. I have a
Point
class (a code snippet):