Welcome to dayLISP
NOTE: I am in the very early stages of getting this into SourceForge. The lisp interpreter software is further along than the documentation, but you will probably want to wait a little while.
If you are ready to jump in and try it right now:
- You will need a Java JVM version 1.5 or later.
- You will need the jar from the files section of the SourceForge project.
- You will need the 20.3 spec for ISLISP as it is the only documentation right now.
- You will need patience.
Once you have the JVM and the jar you can start the interpreter by typing the following command while in the same directory as the jar.
java -jar dayLISP.jar
You can leave the interpreter by typing (quit) at the REPL prompt.
I have been working on this on and off for a few years. It is my experiment project. I do hope to have a fairly mature ISLISP interpreter in the end. If you want to help please send me a note. Also I’d be happy to correspond with you about the current status of the interpreter.