Python ach as Gaeilge! — Python but in Gaelic!
A work in progress port of the Python Programming language to Gaelic!
Currently, this works:
>>>uimhir: uim = 10
>>>uimhir
10
>>>boolval = Fior
>>>if boolval == True: print("Fior == True")
Fior == True
All contributions are greatly welcome! Please remember to run:
make regen-pegen
After modifying grammar.
Clone the repository and then in the cloned repository run the following commands. This may take a while.
./configure --enable-optimizations
make -j$(nproc)
| English | Gaeilge |
|---|---|
| None | Folamh |
| False | Breagach |
| True | Fior |
| bytes | bearti |
| complex | coimpleasc |
| enumerate | luaigh |
| filter | scag |
| int | uim |
| list | liosta |
- 13/01/2025
- Created Repository. Loaded the newest cpython version (3.14.0 alpha 3). A little cleanup. Several builtins translations.
- 14/01/2025
- Updated kwlist