RainLispConsole 2.0.0

dotnet tool install --global RainLispConsole --version 2.0.0
                    
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 RainLispConsole --version 2.0.0
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=RainLispConsole&version=2.0.0
                    
nuke :add-package RainLispConsole --version 2.0.0
                    

RainLisp Console

nuget docker License

RainLisp Console allows you to run the programs you write in RainLisp.

It can be used in three ways:

  • In REPL mode (Read-Evaluate-Print Loop) that allows you to evaluate code incrementally.
  • As a code editor with syntax highlighting, basic code completion, source code file management and code evaluation.
  • As a tool with command line arguments that allows the interpreter to be used with other editors or tools.

Installation

The installation depends on the .NET runtime that you have installed. Issue the following command to determine your runtimes.

dotnet --list-runtimes

If you ONLY have the .NET 6 runtime installed, you can't install the latest version which targets .NET 8. So, you need to install RainLispConsole 1.4.0.

In order to download RainLispConsole from NuGet and install it as a global tool, run the command that corresponds to your .NET runtime.

.NET Runtime Command
6 dotnet tool install -g RainLispConsole --version 1.4.0
8 dotnet tool install -g RainLispConsole

If you already have the latest version installed and you want to update it, run the following command.

dotnet tool update -g RainLispConsole

Usage

Run the following command.

RainLispConsole

If needed, you can then choose the Help mode to see more information.

In order to get started with RainLisp, you can visit its repository, where you can find a tutorial and other material.

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.  net10.0 was computed.  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
2.0.0 119 12/21/2025
1.4.0 600 7/23/2025
1.3.0 225 2/22/2025
1.2.0 255 7/3/2024
1.1.0 337 2/3/2024
1.0.1 487 9/6/2023
1.0.0 334 7/20/2023
1.0.0-beta.1 185 7/11/2023
1.0.0-alpha004 430 6/17/2023
1.0.0-alpha003 374 6/14/2023
1.0.0-alpha002 411 6/12/2023
1.0.0-alpha001 393 6/12/2023