RainLispConsole 1.2.0
dotnet tool install --global RainLispConsole --version 1.2.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.2.0
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=RainLispConsole&version=1.2.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package RainLispConsole --version 1.2.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
RainLisp Console
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 | Versions 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.2.0 | 130 | 7/3/2024 |
1.1.0 | 235 | 2/3/2024 |
1.0.1 | 389 | 9/6/2023 |
1.0.0 | 222 | 7/20/2023 |
1.0.0-beta.1 | 93 | 7/11/2023 |
1.0.0-alpha004 | 316 | 6/17/2023 |
1.0.0-alpha003 | 260 | 6/14/2023 |
1.0.0-alpha002 | 287 | 6/12/2023 |
1.0.0-alpha001 | 266 | 6/12/2023 |