Metamorph Version 0.1
Pre-release
Pre-release
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
- for example