Skip to content
This repository has been archived by the owner on Apr 13, 2023. It is now read-only.

mettekou/r7rs-small

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

R7RS-small

This repository contains an implementation of R7RS-small. We intend to keep this implementation didactic while making it feature-complete and useful as an embedded scripting language for .NET applications. Currently this is by no means the case, so you may want to look at IronScheme for a fully-featured R6RS implementation on .NET.

Missing features

  • Decimal point and scientific notation for numbers
  • Complex numbers
  • Most standard procedures
  • Hygienic macro definition and expansion
  • First-class continuations

Releases

No releases published

Packages

No packages published

Languages