From fa3371ec3bf468e8727e4f0de279903c1b7c6ac4 Mon Sep 17 00:00:00 2001 From: Rowan Torbitzky-Lane Date: Thu, 3 Apr 2025 22:49:45 -0500 Subject: [PATCH] basic README --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index fc9d72d..bcf033b 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,9 @@ # rush +An implementation of PushGP in Rust. + +This is a **WIP** at the moment. I decided Rust would be +a better language to develop this in rather than Haskell. + +This is truly following the test-driven development model +so each of the files should have its own tests module.