Mond 0.11.1

dotnet add package Mond --version 0.11.1                
NuGet\Install-Package Mond -Version 0.11.1                
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="Mond" Version="0.11.1" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Mond --version 0.11.1                
#r "nuget: Mond, 0.11.1"                
#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 Mond as a Cake Addin
#addin nuget:?package=Mond&version=0.11.1

// Install Mond as a Cake Tool
#tool nuget:?package=Mond&version=0.11.1                

Mond Logo

Features

Trying it

You can try it in your browser!

The Mond REPL in action

Alternatively, the Mond REPL is available as a dotnet tool:

dotnet tool install -g Mond.Repl

Example

import Seq;

var random = Random();
var total = Seq.range(0, 100)
    |> Seq.select(() -> random.next(1, 10))
    |> Seq.sum();

printLn("average = {0}".format(total / 10));

Install

Mond is available on NuGet. To install it, use the following command in the Package Manager Console.

PM> Install-Package Mond

The remote debugger is also available on NuGet.

PM> Install-Package Mond.RemoteDebugger

Syntax highlighting and debugging functionality is provided in Visual Studio Code with the Mond VSCode extension.

Documentation

Please check the wiki for documentation.

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 is compatible.  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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed. 
.NET Core netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.1 is compatible. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen 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.
  • .NETStandard 2.1

    • No dependencies.
  • net8.0

    • No dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Mond:

Package Downloads
Mond.RemoteDebugger

A remote debugger for Mond scripts.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.11.1 113 2/14/2025
0.11.0 86 2/13/2025
0.10.2 543 6/7/2024
0.10.1 158 6/6/2024
0.10.0 245 2/17/2024
0.9.4 1,207 2/11/2022
0.9.3 755 1/15/2022
0.9.2 1,389 8/6/2021
0.9.1 712 2/19/2021
0.9.0 588 2/18/2021
0.8.0 624 2/8/2021
0.7.0 863 4/14/2020
0.6.4 1,091 4/19/2019
0.6.3 1,358 4/1/2018
0.6.2 1,295 8/7/2017
0.6.1 1,244 7/30/2017
0.6.0 1,266 6/25/2017
0.5.2 1,238 6/13/2017
0.5.1 1,261 6/10/2017
0.5.0 1,275 6/4/2017
0.4.0 1,261 5/4/2017
0.3.2-pre 1,049 3/22/2017
0.3.1-pre 1,177 10/22/2016
0.3.0-pre 1,287 12/11/2015
0.2.1-pre 1,510 8/3/2015
0.2.0-pre 1,311 5/25/2015
0.1.2-pre 1,344 2/24/2015
0.1.1-pre 1,519 2/24/2015
0.1.0-pre 1,477 2/24/2015