Home

Awesome

tinyscheme

Experimental fork of TinyScheme and extensions TSX, RE.

Features

Build (with MSVC)

Install "Visual C++ 2010" 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\tinyscheme.exe
> bin\tinyscheme_d.exe

Build a static library

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

> msvcbuild.bat static

and you'll get

> lib\tinyscheme.lib
> lib\tinyscheme_d.lib

Links

D. Souflis, J. Shapiro - TinyScheme Home

Manuel Heras-Gilsanz - TinyScheme Extensions

TinyScheme RE extension - TinyScheme Download

Visual Studio Downloads

License

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