FSharp.Quotations.Evaluator
2.1.0
dotnet add package FSharp.Quotations.Evaluator --version 2.1.0
NuGet\Install-Package FSharp.Quotations.Evaluator -Version 2.1.0
<PackageReference Include="FSharp.Quotations.Evaluator" Version="2.1.0" />
paket add FSharp.Quotations.Evaluator --version 2.1.0
#r "nuget: FSharp.Quotations.Evaluator, 2.1.0"
// Install FSharp.Quotations.Evaluator as a Cake Addin #addin nuget:?package=FSharp.Quotations.Evaluator&version=2.1.0 // Install FSharp.Quotations.Evaluator as a Cake Tool #tool nuget:?package=FSharp.Quotations.Evaluator&version=2.1.0
A quotations evaluator for F# based on LINQ expression tree compilation. Some constructs are not supported and performance may be slower than F# compiled code. Based on the old F# 2.0 PowerPack code.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- FSharp.Core (>= 4.3.1)
NuGet packages (18)
Showing the top 5 NuGet packages that depend on FSharp.Quotations.Evaluator:
Package | Downloads |
---|---|
Akka.FSharp
F# API support for Akka.NET |
|
Aardvark.Rendering.NanoVg
Aardvark is an open-source platform for visual computing, real-time graphics and visualization. |
|
Brahma.FSharp
Core components of Brahma.FSharp. |
|
DiffSharp
DiffSharp is an automatic differentiation (AD) library. AD allows exact and efficient calculation of derivatives, by systematically invoking the chain rule of calculus at the elementary operator level during program execution. AD is different from numerical differentiation, which is prone to truncation and round-off errors, and symbolic differentiation, which is affected by expression swell and cannot fully handle algorithmic control flow. Using the DiffSharp library, derivative calculations (gradients, Hessians, Jacobians, directional derivatives, and matrix-free Hessian- and Jacobian-vector products) can be incorporated with minimal change into existing algorithms. Diffsharp supports nested forward and reverse AD up to any level, meaning that you can compute exact higher-order derivatives or differentiate functions that are internally making use of differentiation. Please see the API Overview page for a list of available operations. The library is under active development by Atılım Güneş Baydin and Barak A. Pearlmutter mainly for research applications in machine learning, as part of their work at the Brain and Computation Lab, Hamilton Institute, National University of Ireland Maynooth. DiffSharp is implemented in the F# language and can be used from C# and the other languages running on .NET Core, Mono, or the .NET Framework; targeting the 64 bit platform. It is tested on Linux and Windows. We are working on interfaces/ports to other languages. |
|
Sharpino
Simple F# Event-Sourcing Library |
GitHub repositories (2)
Showing the top 2 popular GitHub repositories that depend on FSharp.Quotations.Evaluator:
Repository | Stars |
---|---|
akkadotnet/akka.net
Canonical actor model implementation for .NET with local + distributed actors in C# and F#.
|
|
SonarSource/sonar-dotnet
Code analyzer for C# and VB.NET projects
|
Version | Downloads | Last updated |
---|---|---|
2.1.0 | 247,654 | 3/12/2020 |
2.0.0 | 2,889 | 11/23/2019 |
1.1.3 | 67,498 | 10/31/2018 |
1.1.2 | 29,726 | 3/25/2018 |
1.1.1 | 1,198 | 3/25/2018 |
1.1.0 | 6,417 | 3/21/2018 |
1.0.7 | 16,863 | 12/15/2015 |
1.0.6 | 331,079 | 3/9/2015 |
1.0.4 | 2,478 | 11/24/2014 |
1.0.3 | 1,494 | 11/19/2014 |
1.0.2 | 2,509 | 11/1/2014 |
1.0.1 | 3,343 | 9/8/2014 |
1.0.0 | 3,651 | 9/8/2014 |
Fix "Argument types do not match" on nested if statement.