You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pscheme is a self-hosted, executable-producing ahead-of-time r7rsscheme
compiler. it is the successor to plisp2,
and is availible under the GNU LGPLv3.
running
$ ./configure
$ make
$ make check
$ sudo make install
About
a self-hosted ahead-of-time compiled statically-linked scheme implementation