Mond.Repl
0.12.0
dotnet tool install --global Mond.Repl --version 0.12.0
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
dotnet tool install --local Mond.Repl --version 0.12.0
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=Mond.Repl&version=0.12.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package Mond.Repl --version 0.12.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.

Features
- sequences that can also be used for async/await
- prototype-based inheritance
- metamethods
- simple embedding with a great binding API
- a useful debugger that integrates with VS Code
- fully compatible with Native AOT deployments (.NET 8+)
Trying it
You can try it in your browser!

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 | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.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.12.0 | 103 | 8/3/2026 |
| 0.11.2 | 346 | 3/27/2025 |
| 0.11.1 | 201 | 2/14/2025 |
| 0.11.0 | 190 | 2/13/2025 |
| 0.10.2 | 424 | 6/7/2024 |
| 0.10.1 | 203 | 6/6/2024 |
| 0.10.0 | 566 | 2/17/2024 |
| 0.9.4 | 2,355 | 2/11/2022 |
| 0.9.3 | 708 | 1/15/2022 |
| 0.9.2 | 795 | 8/6/2021 |
| 0.9.1 | 746 | 2/19/2021 |
| 0.9.0 | 536 | 2/18/2021 |
| 0.8.0 | 607 | 2/8/2021 |
| 0.7.0 | 897 | 4/15/2020 |