RainLisp 1.3.0
dotnet add package RainLisp --version 1.3.0
NuGet\Install-Package RainLisp -Version 1.3.0
<PackageReference Include="RainLisp" Version="1.3.0" />
paket add RainLisp --version 1.3.0
#r "nuget: RainLisp, 1.3.0"
// Install RainLisp as a Cake Addin #addin nuget:?package=RainLisp&version=1.3.0 // Install RainLisp as a Cake Tool #tool nuget:?package=RainLisp&version=1.3.0
RainLisp
RainLisp is a programming language, belonging to the LISP family of languages, with many similarities to Scheme. It is implemented entirely in C# and therefore brought to the .NET ecosystem.
It is not intended to replace your everyday programming language at work. Though, you can integrate it with your existing systems to allow for their configuration in terms of code.
For example, one can build a system where parts of its computations or workflow logic is implemented in RainLisp. Its simplicity and capabilities make it ideal for using it like a DSL (Domain Specific Language) that integrates with your .NET system.
Additionally, you can easily extend it to implement your own LISP dialect or replace some of its components, like the tokenizer and parser, and reuse the evaluator to easily build an entirely different but compatible programming language.
You can also use it independently, using its code editor to learn LISP, play around with it and have fun!
Documentation
Tools
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. |
-
net6.0
- No dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.3.0 | 105 | 7/1/2024 |
1.2.0 | 138 | 2/18/2024 |
1.1.0 | 136 | 1/28/2024 |
1.0.0 | 193 | 7/20/2023 |
1.0.0-beta.1 | 102 | 7/11/2023 |
1.0.0-alpha006 | 179 | 6/11/2023 |
1.0.0-alpha005 | 133 | 6/11/2023 |
1.0.0-alpha004 | 150 | 6/11/2023 |
1.0.0-alpha003 | 162 | 6/11/2023 |
1.0.0-alpha002 | 152 | 6/11/2023 |
1.0.0-alpha001 | 149 | 6/10/2023 |