/MiniPicoLispOld

A version of miniPicoLisp geared towards readability and running across GNU, MacOS and Windows

Primary LanguageCOtherNOASSERTION

MiniPicoLisp

The goal of this project is to make make PicoLisp

  1. Depend only on libc - making it easier to be available on all platforms
  2. Easier to understand

This is the original version downloaded from http://software-lab.de/miniPicoLisp.tgz

Building and running on GNU/Linux

cd src-sdl-extension
./build.gnu-linux.sh
./picolisp.exe sample.l

Building and running on Mac

cd src-sdl-extension
./build.mac.sh
./picolisp.exe sample.l

Building and running on Windows

cd src-sdl-extension
buildVS.bat
picolisp.exe sample.l