https://github.com/michaelpeterswa/prune
Anglo-Saxon runic character transpiler to Python. Why? A reddit post linked below.
https://github.com/michaelpeterswa/prune
python reddit runic why
Last synced: 5 days ago
JSON representation
Anglo-Saxon runic character transpiler to Python. Why? A reddit post linked below.
- Host: GitHub
- URL: https://github.com/michaelpeterswa/prune
- Owner: michaelpeterswa
- License: gpl-3.0
- Created: 2021-02-16T00:56:20.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-02-16T04:30:28.000Z (over 5 years ago)
- Last Synced: 2025-01-03T07:35:03.979Z (over 1 year ago)
- Topics: python, reddit, runic, why
- Language: Python
- Homepage:
- Size: 18.6 KB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ᛈᚱᚢᚾᛖ
Anglo-Saxon Runic Python transpiler. Why? See Reddit post linked below.
https://www.reddit.com/r/ProgrammerHumor/comments/lk8rse/if_a_programming_language_that_uses_the_rune/
transpilation can go both ways, using prune() to encode, and deprune() to decode
example.py
```
def main():
print("example!")
if __name__ == '__main__':
main()
```
example.prune
```
ᛞᛖᚠ ᛗᚪᛁᚾ():
ᛈᚱᛁᚾᛏ("ᛖᛉᚪᛗᛈᛚᛖ!")
ᛁᚠ __ᚾᚪᛗᛖ__ == '__ᛗᚪᛁᚾ__':
ᛗᚪᛁᚾ()
```
## License
see ```LICENSE```