Crates.io | seax_scheme |
lib.rs | seax_scheme |
version | 0.3.0 |
source | src |
created_at | 2015-03-23 14:14:28.41377 |
updated_at | 2015-12-11 23:55:55.315022 |
description | Scheme compiler for the Seax VM. |
homepage | http://hawkweisman.me/seax |
repository | https://github.com/hawkw/seax_scheme |
max_upload_size | |
id | 1707 |
size | 29,444,316 |
A library for compiling Scheme programs for Seax, a runtime environment for functional programming languages.
This implementation aims to conform with the Revised6 Report on Scheme (R6RS) whenever possible, but may not be a complatible implementation. seax-scheme
is released as a library, rather than an executable, so that it may be included in other applications which use Scheme as an embedded language.
Note that since this repository is a library and does not contain the Seax VM, the code in this repository is not sufficient to compile Scheme programs for Seax on its own. The hawkw/seax repository contains the Seax compiler/interpreter command-line application and REPL, which you will probably want if you intend to develop programs targeting Seax.
Please report all issues and feature requests to the main repository (hawkw/seax).