Thanks to visit codestin.com
Credit goes to Github.com

Skip to content
This repository was archived by the owner on May 4, 2024. It is now read-only.

seven1m/scheme-vm

Repository files navigation

no idea

Circle CI

a work-in-progress R7RS scheme implementation in Ruby & Rust for my own amusement

the todo list

Build

requires Ruby and Rust 1.24.0 or better

Assuming you have rbenv:

git clone https://github.com/seven1m/scheme-vm
cd scheme-vm
CONFIGURE_OPTS=--enable-shared rbenv install
RUBY=$(rbenv which ruby) cargo build
gem install bundler
bundle install

Tests

bundle exec rspec

Run

bin/scheme examples/fib.scm

License

Copyright Tim Morgan. Licensed MIT.

About

a work-in-progress R7RS scheme implementation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published