Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 389 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 389 Bytes

pscheme

pscheme is a self-hosted, executable-producing ahead-of-time r7rs scheme compiler. it is the successor to plisp2, and is availible under the GNU LGPLv3.

running

$ ./configure
$ make
$ make check
$ sudo make install