Skip to content

Metamorph Version 0.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@rapgru rapgru released this 19 Mar 11:24
· 12 commits to master since this release
665a798

A limited subset of the R7RS (small) standard can be compiled with Metamorph.

Notable conceptual errors in this release are:

  • scheme libraries are not supported, only one .scm file can be compiled
  • container objects such as strings and pairs are not correctly passed as references
    • for example set-car! can therefore not be used as intended