RainLisp 1.2.0

dotnet add package RainLisp --version 1.2.0
NuGet\Install-Package RainLisp -Version 1.2.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="RainLisp" Version="1.2.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add RainLisp --version 1.2.0
#r "nuget: RainLisp, 1.2.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install RainLisp as a Cake Addin
#addin nuget:?package=RainLisp&version=1.2.0

// Install RainLisp as a Cake Tool
#tool nuget:?package=RainLisp&version=1.2.0

RainLisp

badge nuget License

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 capabilites 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 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.
  • 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.2.0 92 2/18/2024
1.1.0 111 1/28/2024
1.0.0 169 7/20/2023
1.0.0-beta.1 84 7/11/2023
1.0.0-alpha006 151 6/11/2023
1.0.0-alpha005 115 6/11/2023
1.0.0-alpha004 130 6/11/2023
1.0.0-alpha003 137 6/11/2023
1.0.0-alpha002 126 6/11/2023
1.0.0-alpha001 129 6/10/2023