Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 1.54 KB

README.md

File metadata and controls

37 lines (22 loc) · 1.54 KB

RainLisp VSCode

Visual Studio Marketplace License

Logo

VSCode extension for RainLisp support.

Features

This extension offers syntax highlighting, code completion, code snippets, procedure signature help, mouse hover information, a theme and integration with RainLisp's interpreter.

Demo

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

Requirements

If you want to run RainLisp code and not just write it, you need to download the interpreter, RainLisp Console.

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

Once installed, you can hit Ctrl + F12, or cmd + F12 for MacOS, while working with a RainLisp file (*.rl), to run the code.