Skip to content

A Scheme VM for embedded Java scripting

License

Notifications You must be signed in to change notification settings

josephlewis42/embedded-scheme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Embedded Scheme

Embedded Scheme is a Scheme implementation for languages that can run on the JVM. It can optionally be used in stand alone mode which just runs the interpreter.

The goal of Scheme is to build a small, well documented, and compliant version of Scheme.

  • Small means it should be understandable in about half an hour to a newcomer.
  • Well documented means it should have thorough tests, Java docstrings, and be readable.
  • Compliant means it implements the R5RS standard and (optionally) common SRFIs when they don't conflict with the other goals.

Contributing

Embedded Scheme is open source, but closed to code contributions.

License

Licensed under the MIT license, see LICENSE for the full text.

Disclaimer

This is not an officially supported Google product.

About

A Scheme VM for embedded Java scripting

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages