Files
scheme-fudge/README.md

9 lines
366 B
Markdown
Raw Normal View History

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