Vicare Scheme’s typed language

Next: , Up: (dir)   [Contents][Index]


Vicare Scheme’s Typed Language

This document describes version 0.4d1 of Vicare Scheme, an R6RS compliant native compiler for the Scheme language, producing single threaded programs running on Intel x86 32-bit and 64-bit processors. Vicare is pronounced the etruscan way. The focus of this document is over the typed language extension.

The package, including its documentation, is distributed under the terms of the GNU General Public License (GPL) and can be downloaded from:

https://bitbucket.org/marcomaggi/vicare-scheme/downloads

the home page of the project is at:

http://marcomaggi.github.io/vicare.html

development takes place at:

http://github.com/marcomaggi/vicare/

and, as a backup, at:

https://bitbucket.org/marcomaggi/vicare-scheme/

Copyright © 2016-2017 by Marco Maggi.
Copyright © 2006-2010 by Abdulaziz Ghuloum.

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published by the Free Software Foundation.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.

Trademarks used herein are the property of their respective owners.


Next: , Up: (dir)   [Contents][Index]