GitHub - kspalaiologos/kamilalisp: A functional, flexible and concise Lisp.
KamilaLisp Two: Electric Boogaloo
A functional, flexible and concise Lisp inspired by Haskell and APL, among others. A ground-up rewrite.
Useful links:
Read the book: An introduction to functional and array programming.
Setup
You need Java17 JDK or newer installed to build KamilaLisp yourself.
git clone https://github.com/kspalaiologos/kamilalisp
cd kamilalisp
mvn package
Alternatively, you could download a pre-compiled JAR file for use with Java 17 or newer:
export VERSION=0.3.0.1
mkdir kamilal...
Read more at github.com