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
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="FSharp.Quotations.Evaluator" Version="2.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add FSharp.Quotations.Evaluator --version 2.1.0
#r "nuget: FSharp.Quotations.Evaluator, 2.1.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// 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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (19)

Showing the top 5 NuGet packages that depend on FSharp.Quotations.Evaluator:

Package Downloads
Akka.FSharp The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

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.

Brahma.FSharp.OpenCL.Translator

F# quotations to OpenCL C translator.

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 207,211 3/12/2020
2.0.0 2,814 11/23/2019
1.1.3 63,403 10/31/2018
1.1.2 27,738 3/25/2018
1.1.1 1,166 3/25/2018
1.1.0 6,116 3/21/2018
1.0.7 16,679 12/15/2015
1.0.6 320,546 3/9/2015
1.0.4 2,399 11/24/2014
1.0.3 1,461 11/19/2014
1.0.2 2,476 11/1/2014
1.0.1 3,307 9/8/2014
1.0.0 3,593 9/8/2014

Fix &quot;Argument types do not match&quot; on nested if statement.