Home

Awesome

minischeme

Mini-Scheme Interpreter with Copying GC

Features

Build (with MSVC)

Install "Visual C++ 2015" or later.

Setting up environemt

Open the Visual Studio command prompt, or open Normal command prompt then run

> (Visual Studio installed path)\VC\vcvarsall.bat

and change directory to unpacking source files.

> cd src

Build an executable

To build an executable, just run

> msvcbuild.bat

and you'll get

> bin\minischeme.exe

Build a static library

To build as a static library, run with "static" option

> msvcbuild.bat static

and you'll get

> lib\minischeme.lib

R5RS standard compatibility

Links

D. Souflis, J. Shapiro - TinyScheme Home

Visual Studio Downloads

License

Copyright (c) 2015 Tatsuya Watanabe. See the LICENSE file for license rights and limitations (MIT).