Skip to content
Christos Giamouridis edited this page Aug 1, 2023 · 3 revisions

Welcome to the RainLisp wiki!

Implementing a programming language might seem elusive; it's like magic! As Harold Abelson and Gerald Jay Sussman with Julie Sussman say, it's often counter intuitive how a relatively simple system can be used to create infinitely complex other ones.

RainLisp is a LISP dialect that is entirely implemented in C# and therefore brought to the .NET ecosystem.

Its syntax is very simple and can be learned easily. So, it's ideal to be used in components that need to be configured in terms of code. Examples might be configurable business logic computations and workflows that might differ between installations or are often changed in an ad-hoc fashion.

Clone this wiki locally