Warning Initial stage of development.
Any help appreciate.
Simple and small Scheme interpreter in Hare.
- R7RS-small;
- Hare apps extending in Scheme;
- No more than 2000 SLOC in Hare for core (everything that cannot be implemented in Scheme libs);
- Be Snow and Akku.scm compatible;
- Byte compilation;
See TODO.
Currently there are no parts that depend on a specific hardware platform. So it should work everywhere where Hare works. Depends only on Hare and its dependencies.
makemake checkEnter REPL:
mice
In the near future there will be an examples of the implementation of expanding the environment with custom functions and binding in the form of symbols for extending Hare applications.
The mice is available under the terms of the Mozilla Public License (MPL). You can freely link to the mice with software distributed under any license, but if you modify the mice, you must release your derivative works under the MPL as well.