Skip to content

zackradisic/aussieplusplus

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

aussie_plus_plus

All Contributors

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


jwfxpr

💻 💡 📖

bbrk24

🤔 🐛

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

About

Programming language from down under

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published