SkillAgentSearch skills...

Aussieplusplus

Programming language from down under

Install / Use

/learn @zackradisic/Aussieplusplus
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

aussie_plus_plus

<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->

All Contributors

<!-- ALL-CONTRIBUTORS-BADGE:END -->

aussie++

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.

Key Features

  • 🇦🇺 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

Example

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);

Docs

Check out DOCS.md

Contributing

Check out CONTRIBUTING.md

Contributors ✨

Thanks goes to these wonderful people (emoji key):

<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section --> <!-- prettier-ignore-start --> <!-- markdownlint-disable --> <table> <tr> <td align="center"><a href="https://github.com/jwfxpr"><img src="https://avatars.githubusercontent.com/u/20788820?v=4?s=100" width="100px;" alt=""/><br /><sub><b>jwfxpr</b></sub></a><br /><a href="https://github.com/zackradisic/aussieplusplus/commits?author=jwfxpr" title="Code">💻</a> <a href="#example-jwfxpr" title="Examples">💡</a> <a href="https://github.com/zackradisic/aussieplusplus/commits?author=jwfxpr" title="Documentation">📖</a></td> <td align="center"><a href="https://github.com/bbrk24"><img src="https://avatars.githubusercontent.com/u/25109429?v=4?s=100" width="100px;" alt=""/><br /><sub><b>bbrk24</b></sub></a><br /><a href="#ideas-bbrk24" title="Ideas, Planning, & Feedback">🤔</a> <a href="https://github.com/zackradisic/aussieplusplus/issues?q=author%3Abbrk24" title="Bug reports">🐛</a></td> </tr> </table> <!-- markdownlint-restore --> <!-- prettier-ignore-end --> <!-- ALL-CONTRIBUTORS-LIST:END -->

This project follows the all-contributors specification. Contributions of any kind welcome!

View on GitHub
GitHub Stars627
CategoryDevelopment
Updated5d ago
Forks14

Languages

Rust

Security Score

80/100

Audited on Apr 1, 2026

No findings