The F# Compiler Services package For F# 5.0 exposes additional functionality for implementing F# language bindings, additional tools based on the compiler or refactoring tools. The package also includes F# interactive service that can be used for embedding F# scripting into your applications....
More information
The F# Charting library (FSharp.Charting.dll) is a compositional library for creating charts
from F# on Windows. Use FSharp.Charting.Gtk for other platforms. FSharp.Charting is designed
to be a great fit for data scripting in F# Interactive, but charts can also be embedded in
Windows applications....
More information
This library has been DEPRECATED and a new version has been published:
https://www.nuget.org/packages/StreamingClientLibrary.Mixer
All future updates will be done on this new library. There are some changes that have been made in this new library related to naming conventions (EX: Interactive ->...
More information
NClap is a .NET library for parsing command-line arguments and building interactive command shells. It's driven by a declarative attribute syntax, and easy to extend.
Convention-based and highly configurable .NET object formatting for interactive programming, including support for mime types suitable for building visualizations for Jupyter Notebooks and web browsers.
The F# Charting Gtk library (FSharp.Charting.Gtk.dll) is a cross-platform variation of
of FSharp.Charting. It can be used on Windows, OSX and other platforms supporting Gtk.
See also th https://fslab.org/XPlot library for cross-platform charting.