Merge pull request #789 from sprive/alternate_readme

Alternate readme
This commit is contained in:
Jeff Atwood
2022-08-25 14:41:14 -07:00
committed by GitHub

View File

@@ -1,9 +1,15 @@
#### 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.
So for example, (here only) C or PASCAL are allowed. Please still remain faithful to original look-and-feel (console applications).
Try to keep your 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.