Skip to main content

haydn_vm/
lib.rs

1//! Haydn VM — virtual machine for the Haydn esoteric programming language.
2//!
3//! Haydn is an esoteric programming language where live musical performance IS the program.
4//! This crate implements the stack-based, event-driven VM specified in the Haydn Language Specification.