From 7ffcb5f16ee0c6e1a5c1d955a32121da5a4b64e8 Mon Sep 17 00:00:00 2001 From: Johnathan <39648915+TrebledJ@users.noreply.github.com> Date: Tue, 12 Mar 2024 12:47:12 +0800 Subject: [PATCH 1/3] document codecs --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index c264ae3..523b6a0 100644 --- a/README.md +++ b/README.md @@ -99,6 +99,18 @@ Numerous development environments (IDEs) have been released since version 1.0. T There are millions of English libraries available. You can look for the closest in Google Maps. +## Codecs + +English can be programmed in several codecs, allowing the programmer to program the way they want. We present an non-exhaustive list of common codecs. + +- American English: "That's dope bro." +- British English: "In'nit a bo'oh o wo'ah?" +- Australian English: "Yu wot mate!?" +- Singlish: "Eh, I'm hungry, let go makan." +- Chinglish-Canto: "Aih, 又系 A-minus." + +Codecs are also polymorphic and evolve over time. + ## Community The English community is vibrant, with more than 150 distributions available. For a complete list of forks see [List of dialects](https://en.wikipedia.org/wiki/List_of_dialects_of_English). From 01b9c5395115054904d2cfec327d79f9afdcc235 Mon Sep 17 00:00:00 2001 From: Johnathan <39648915+TrebledJ@users.noreply.github.com> Date: Tue, 12 Mar 2024 12:52:11 +0800 Subject: [PATCH 2/3] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 523b6a0..7e4cb6c 100644 --- a/README.md +++ b/README.md @@ -101,13 +101,15 @@ There are millions of English libraries available. You can look for the closest ## Codecs -English can be programmed in several codecs, allowing the programmer to program the way they want. We present an non-exhaustive list of common codecs. +English can be programmed in several codecs, allowing the programmer to program the way they want. Appreciating different codecs is a small step in bridging the world of programmers, allowing individuals to achieve common ground and effective communication. + +Here, we present an non-exhaustive list of common codecs. - American English: "That's dope bro." - British English: "In'nit a bo'oh o wo'ah?" - Australian English: "Yu wot mate!?" - Singlish: "Eh, I'm hungry, let go makan." -- Chinglish-Canto: "Aih, 又系 A-minus." +- Chinglish (Canto): "Aih, 又系 A-minus." Codecs are also polymorphic and evolve over time. From 9e3df2966ce12fec0301673e5270b626244ed413 Mon Sep 17 00:00:00 2001 From: Johnathan <39648915+TrebledJ@users.noreply.github.com> Date: Tue, 12 Mar 2024 13:00:33 +0800 Subject: [PATCH 3/3] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7e4cb6c..7bce9bc 100644 --- a/README.md +++ b/README.md @@ -107,9 +107,9 @@ Here, we present an non-exhaustive list of common codecs. - American English: "That's dope bro." - British English: "In'nit a bo'oh o wo'ah?" -- Australian English: "Yu wot mate!?" -- Singlish: "Eh, I'm hungry, let go makan." -- Chinglish (Canto): "Aih, 又系 A-minus." +- Australian English: "Yu wot mate!?" (mate == bro) +- Singlish: "Eh, I'm hungry, let go makan." (makan == eat) +- Chinglish (Canto): "Aih, 又系 A-min." (A-min == A-minus) Codecs are also polymorphic and evolve over time.