8000 GitHub - zooxyt/scheme: A Scheme Programming Language implementation for the Multiple project.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

zooxyt/scheme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scheme Programming Language

A Scheme Programming Language implementation for the Multiple project.

Specification

This project is an implementation of R5RS (Revised^5 Report on Algorithmic Language Scheme) which can be found at: http:/www.schemers.org/Documents/Standards/R5RS/

Progress

the following features should works:

  1. Most standard forms ;
  2. Library facilities;
  3. Built-in Scheme Object System;

the following features should NOT works:

  1. Quoting related forms;
  2. Macro and syntax extension related things;
  3. Big number supporting;
  4. Proper tail recursion optimization;
  5. Some standard procedures; ...

License

This project is a free software and released under the terms of the GNU Public License version 3.

About

A Scheme Programming Language implementation for the Multiple project.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0