Files
fudge-chez/README.md

12 lines
368 B
Markdown
Raw Normal View History

2025-10-22 14:36:37 +02:00
# Fudge-chez
2025-10-25 20:42:36 +02:00
This is the Fudge programming language implemented in Chez scheme.
For the original project, go to Wannie's
[repository](https://shit-co.de/wanniepannie/fudge2.1).
2025-10-22 14:36:37 +02:00
2025-10-23 16:16:58 +02:00
# Installation
2025-10-25 20:42:36 +02:00
To run fudge-chez, install [Chez](https://scheme.com) and run the
program with ```chez --program fudge-chez.ss```
2025-10-23 16:16:58 +02:00
2025-10-22 14:36:37 +02:00
## Why Chez scheme?
Because Scheme is elegant. (In theory.)