RainLisp VSCode
VSCode 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. In order to download RainLispConsole from NuGet and install it as a global tool, run the command
If you already have the latest version 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. |

