Callum Irving's Website

callisp - Callum's Lisp

callisp is an interpreter for a Lisp I created. If you want to learn more about Lisp programming languages, check out the wikipedia page. callisp supports floating point arithmetic (+, -, *, /) and strings with some very basic IO.

The features that make the language usable are if statements, definitions, and lambda functions. Here is a brief overview of how to use these:

For a full list of functions and instructions, check out the Github repo here.