From 44e4472924b761d427a705ef887863e0683b88c4 Mon Sep 17 00:00:00 2001 From: Scott Prive Date: Sat, 20 Aug 2022 12:35:07 -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 f7c55f95..ff6c9a95 100644 --- a/00_Alternate_Languages/README.md +++ b/00_Alternate_Languages/README.md @@ -1,9 +1,10 @@ #### Alternate Languages -This folder contains implementations of each program in alternate languages which are _not_ one of the agreed upon 10 languages, intended to meet these three criteria: +This folder contains implementations of each program in alternate languages which are _not_ one of the agreed upon 10 languages. +Implementations here are NOT bound to these three criteria: 1. Popular (by TIOBE index) 2. Memory safe 3. Generally considered a 'scripting' language -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. \ No newline at end of file +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.