seax_svm 0.2.6

SECD virtual machine for interpreting programs in FP languages
docs.rs failed to build seax_svm-0.2.6
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.

Seax Virtual Machine (SVM)

Build Status Coverage Latest RustDoc Latest SVM release License

The Seax virtual machine, a runtime environment for functional programming languages.

Seax is a virtual machine based on the SECD machine described by Peter Landin in 1963. It is intended as a portible, robust run-time environment to be used as an implementation target for programming languages, with an emphasis on functional programming.

SVM is distributed as a library so that a Seax runtime may be embedded in other software systems. That means that the code in this repository is not sufficient to compile and run Scheme programs for Seax on its own. The hawkw/seax repository contains the Seax command-line application, which you will probably want if you intend to develop programs targeting Seax. Currently, a Scheme interpreter/compiler is under active development, with other programming languages targeting Seax coming eventually.

Please report all issues and feature requests to the main repository (hawkw/seax).