From e7efe702faf772fea94f81671483697400e22330 Mon Sep 17 00:00:00 2001 From: Scott Prive Date: Sat, 20 Aug 2022 12:53:31 -0400 Subject: [PATCH] Hopefully clarify Alternate rules --- 00_Alternate_Languages/README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/00_Alternate_Languages/README.md b/00_Alternate_Languages/README.md index 0c96b007..8c351060 100644 --- a/00_Alternate_Languages/README.md +++ b/00_Alternate_Languages/README.md @@ -8,7 +8,8 @@ Implementations here are NOT bound to these three criteria: 2. Memory safe 3. Generally considered a 'scripting' language -So for example, (here only) C or PASCAL are allowed, but please remain faithful to original look-and-feel (console applications -guidelines, and try to keep the code portable (unless it is not possible, and then be very explicit about it). +So for example, (here only) C or PASCAL are allowed. Please still remain faithful to original look-and-feel (console applications), +and try to keep the code portable (unless it is not possible, and then be very explicit about this limitation in your +README and your folder naming). We welcome additional ports in whatever language you prefer, but these additional ports are for educational purposes only, and do not count towards the donation total at the end of the project.