Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tbrowder/app-piglatin
Provides a "pig-latin" app to return a Pig Latin version of a string of US English characters
https://github.com/tbrowder/app-piglatin
Last synced: 23 days ago
JSON representation
Provides a "pig-latin" app to return a Pig Latin version of a string of US English characters
- Host: GitHub
- URL: https://github.com/tbrowder/app-piglatin
- Owner: tbrowder
- Created: 2020-02-15T12:37:15.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-15T12:43:07.000Z (almost 5 years ago)
- Last Synced: 2024-12-09T19:50:07.921Z (about 1 month ago)
- Size: 1.95 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# App::PigLatin
Provides a `pig-latin` (or `piglatin`) app to return a [Pig Latin](https://en.wikipedia.org/wiki/Pig_Latin) version of a string of US English characters.
## Credits
Thanks to Elizabeth Mattijsen (IRC #raku: `lizmat`) for the idea and initial algorithm.