Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 855 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 855 Bytes

Crate schemer-library

A pedagogical implementation of the core R7RS Scheme language library in Rust.

MIT License crates.io docs.rs


This crate provides the core library and extended forms not provided in the language crate. The aim is to achieve full R7RS compatibility in the library, and some SRFI.

  • (scheme ...) -- the reserved set of libraries specified by R7RS.
  • (srfi ...) -- the reserved namespace for SRFI implementations.
  • (schemer ...). -- a reserved namespace for locally defined extensions to the R7RS library.

Example

TBD


Changes

Version 0.1.0

  • Initial commit.