RainLispConsole 1.1.0

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

You need to have .NET 6 or later installed.

In order to download RainLispConsole from NuGet and install it as a global tool, run the following command in a command line shell.

dotnet tool install -g RainLispConsole

If you already have it 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 net6.0 is compatible.  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 was computed.  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. 
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
1.1.0 164 2/3/2024
1.0.1 333 9/6/2023
1.0.0 192 7/20/2023
1.0.0-beta.1 81 7/11/2023
1.0.0-alpha004 263 6/17/2023
1.0.0-alpha003 219 6/14/2023
1.0.0-alpha002 236 6/12/2023
1.0.0-alpha001 218 6/12/2023