Programming language from down under, inspired by this Reddit post.
View live demo here.
Special thanks to MarkWhyBird, louis100, and others who came up with the language spec.
- 🇦🇺 Syntax entirely comprised of Australian lingo and slang
- 🪃 Wield an Australian's greatest weapon: use boomerangs (angle-brackets) instead of curly braces
- True aussie mode, where uʍop ǝpᴉsdn characters become valid code
G'DAY MATE!
THE HARD YAKKA FOR fibonacci IS ( x ) <
YA RECKON x <= 1 ? BAIL x;
BAIL fibonacci(x - 1) + fibonacci(x - 2);
>
GIMME fibonacci(30);
Check out DOCS.md
Check out CONTRIBUTING.md
Thanks goes to these wonderful people (emoji key):
jwfxpr 💻 💡 📖 |
bbrk24 🤔 🐛 |
This project follows the all-contributors specification. Contributions of any kind welcome!