Mond.Repl 0.11.1

dotnet tool install --global Mond.Repl --version 0.11.1                
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest # if you are setting up this repo
dotnet tool install --local Mond.Repl --version 0.11.1                
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=Mond.Repl&version=0.11.1                
nuke :add-package Mond.Repl --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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

Version Downloads Last updated
0.11.1 37 2/14/2025
0.11.0 36 2/13/2025
0.10.2 331 6/7/2024
0.10.1 120 6/6/2024
0.10.0 488 2/17/2024
0.9.4 2,137 2/11/2022
0.9.3 527 1/15/2022
0.9.2 618 8/6/2021
0.9.1 554 2/19/2021
0.9.0 356 2/18/2021
0.8.0 412 2/8/2021
0.7.0 705 4/15/2020