#lisp #language #vm

nightly seax_svm

SECD virtual machine for interpreting programs in FP languages

9 releases

Uses old Rust 2015

0.2.8 Jul 31, 2015
0.2.7 Jul 28, 2015
0.2.3 Apr 9, 2015
0.2.0-rc.2 Mar 23, 2015
0.1.3 Mar 17, 2015

#206 in Emulators


Used in 2 crates

MIT license

165KB
3K SLoC

Seax Virtual Machine (SVM)

Join the chat at https://gitter.im/hawkw/seax

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

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.

Dependencies

~280KB