├── LICENSE ├── Makefile ├── README.md ├── init500.lisp └── lisp500.c /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jackpal/lisp5000/HEAD/LICENSE -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jackpal/lisp5000/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jackpal/lisp5000/HEAD/README.md -------------------------------------------------------------------------------- /init500.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jackpal/lisp5000/HEAD/init500.lisp -------------------------------------------------------------------------------- /lisp500.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jackpal/lisp5000/HEAD/lisp500.c --------------------------------------------------------------------------------