RainLisp VSCodeVSCode extension for RainLisp support. FeaturesThis extension offers syntax highlighting, code completion, code snippets, procedure signature help, mouse hover information, a theme and integration with RainLisp's interpreter. In order to get started with RainLisp, you can visit its repository, where you can find a tutorial and other material. RequirementsIf 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.
If you already have it installed and you want to update it, run the following command.
Once installed, you can hit Ctrl + F12, or cmd + F12 for MacOS, while working with a RainLisp file (*.rl), to run the code. |