Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zackradisic/aussieplusplus

Programming language from down under
https://github.com/zackradisic/aussieplusplus

Last synced: 13 days ago
JSON representation

Programming language from down under

Awesome Lists containing this project

README

        

![aussie_plus_plus](assets/code.png)

[![All Contributors](https://img.shields.io/badge/all_contributors-2-orange.svg?style=flat-square)](#contributors-)

# aussie++

Programming language from down under, inspired by [this](https://www.reddit.com/r/ProgrammerHumor/comments/oa8chw/australian_programming_language/) Reddit post.

View live demo [here](http://aussieplusplus.vercel.app/).

Special thanks to [MarkWhyBird](https://github.com/MarkWhybird), [louis100](https://github.com/louis1001), and others who came up with the language [spec](https://github.com/louis1001/c---/issues/5).

## 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](DOCS.md)

# Contributing
Check out [CONTRIBUTING.md](CONTRIBUTING.md)

## Contributors ✨

Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):



jwfxpr

💻 💡 📖

bbrk24

🤔 🐛

This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!