# chisaigo A small LISP interpreter. ### Prerequisites Cargo and Rust are required to build chisaigo. If you use linux or BSD, you can use your package manager to install them. If your distro does not provide them, or you use OSX or Windows, follow the instructions at [https://www.rust-lang.org/tools/install]. ### Installation ```bash git clone https://git.librehumanitas.org/chisaigo.git cd chisaigo cargo run ```