Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/zackradisic/aussieplusplus
- Owner: zackradisic
- Created: 2021-10-02T23:40:14.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-04-02T00:28:50.000Z (over 2 years ago)
- Last Synced: 2024-10-22T14:32:11.980Z (21 days ago)
- Language: Rust
- Homepage: aussieplusplus.vercel.app
- Size: 2.2 MB
- Stars: 613
- Watchers: 5
- Forks: 15
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
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)):
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!