| Build | Linux |
|---|---|
| status |
This is a simplified version of Joy.
cd build
cmake -G "Unix Makefiles" ..
cmake --build .
cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
cmake --build .
./joy -h
gives an overview of available options.
| Implementation | Notes |
|---|---|
| 42minjoy | Minimal Joy |
| joy0 | Original Joy |
| Joy | Copying GC Joy |
| Foy | FORTH inspired Joy |
| Moy | Stackless Joy |
| Documentation | Notes |
|---|---|
| Legacy Docs | Original Joy documentation |
| User Manual | Joy language reference |
| Main Manual | Comprehensive Joy Manual |