seax_svm

Seax Virtual Machine

Downloads
12.9K
Stars
11
Committers
1

Seax Virtual Machine (SVM)

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).

Contributing

Seax is an open-source project and contributions are happily welcomed. For more information on how to contribute to Seax, please see the CONTRIBUTING document on the main Seax repository.