Build | Linux |
---|---|
status |
This repository implements Joy and uses the BDW garbage collector. It is a FORTH inspired Joy. Unlike Moy it uses only one type of vector and starts evaluating as soon as a symbol has been seen, not waiting for the final stop. It is an experiment.
mkdir build
cd build
cmake ..
cmake --build .
joy -h
gives an overview of available options.
Implementation | Dependencies |
---|---|
42minjoy | |
joy0 | |
Joy | |
joy1 | BDW garbage collector |
Moy | BDW garbage collector and Lex & Yacc |
Documentation |
---|
Legacy Docs |
User Manual |
Comparison (PDF) |
Maintenance Manual (PDF) |