Skip to content
R6RS Scheme implementation written in Rust
Branch: master
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
src
tests
.gitignore
.travis.yml
Cargo.toml
LICENSE
README.md
build.rs

README.md

r6.rs

libyaml-rust on Travis CI

Scheme implementation written in Rust

The project is a work in progress

Features

  • basic REPL
  • basic syntax-rules macro
  • proper tail recursion
  • closure
  • lexical scoping
  • numerical tower
  • library import/export
  • call/cc
  • exception handling
  • standard library
    • I/O
    • mutable data structures
    • records
    • syntax-case
    • hashtables
    • enums
    • eval
    • unicode
  • hygienic macro
  • multiple values
  • tracing GC
  • compiled bytecode
  • debugging support
You can’t perform that action at this time.