{"id":13668007,"url":"https://github.com/zackradisic/aussieplusplus","last_synced_at":"2025-04-05T04:14:25.681Z","repository":{"id":42511574,"uuid":"412934592","full_name":"zackradisic/aussieplusplus","owner":"zackradisic","description":"Programming language from down under","archived":false,"fork":false,"pushed_at":"2022-04-02T00:28:50.000Z","size":2310,"stargazers_count":631,"open_issues_count":19,"forks_count":15,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-03-29T03:11:18.832Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"aussieplusplus.vercel.app","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zackradisic.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-10-02T23:40:14.000Z","updated_at":"2025-03-16T01:10:28.000Z","dependencies_parsed_at":"2022-08-12T10:01:15.199Z","dependency_job_id":null,"html_url":"https://github.com/zackradisic/aussieplusplus","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zackradisic%2Faussieplusplus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zackradisic%2Faussieplusplus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zackradisic%2Faussieplusplus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zackradisic%2Faussieplusplus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zackradisic","download_url":"https://codeload.github.com/zackradisic/aussieplusplus/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247284953,"owners_count":20913704,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-02T07:00:59.148Z","updated_at":"2025-04-05T04:14:25.663Z","avatar_url":"https://github.com/zackradisic.png","language":"Rust","funding_links":[],"categories":["Rust"],"sub_categories":[],"readme":"![aussie_plus_plus](assets/code.png)\n\u003c!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section --\u003e\n[![All Contributors](https://img.shields.io/badge/all_contributors-2-orange.svg?style=flat-square)](#contributors-)\n\u003c!-- ALL-CONTRIBUTORS-BADGE:END --\u003e\n# aussie++\n\nProgramming language from down under, inspired by [this](https://www.reddit.com/r/ProgrammerHumor/comments/oa8chw/australian_programming_language/) Reddit post.\n\nView live demo [here](http://aussieplusplus.vercel.app/).\n\nSpecial 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).\n\n## Key Features\n* 🇦🇺 Syntax entirely comprised of Australian lingo and slang\n* 🪃 Wield an Australian's greatest weapon: use boomerangs (angle-brackets) instead of curly braces\n* **True aussie mode**, where uʍop ǝpᴉsdn characters become valid code\n\n## Example\n```\nG'DAY MATE!\n\nTHE HARD YAKKA FOR fibonacci IS ( x ) \u003c\n    YA RECKON x \u003c= 1 ? BAIL x;\n\n    BAIL fibonacci(x - 1) + fibonacci(x - 2);\n\u003e\n\nGIMME fibonacci(30);\n```\n\n# Docs\nCheck out [DOCS.md](DOCS.md)\n\n# Contributing\nCheck out [CONTRIBUTING.md](CONTRIBUTING.md)\n\n## Contributors ✨\n\nThanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section --\u003e\n\u003c!-- prettier-ignore-start --\u003e\n\u003c!-- markdownlint-disable --\u003e\n\u003ctable\u003e\n  \u003ctr\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/jwfxpr\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/20788820?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003ejwfxpr\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/zackradisic/aussieplusplus/commits?author=jwfxpr\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"#example-jwfxpr\" title=\"Examples\"\u003e💡\u003c/a\u003e \u003ca href=\"https://github.com/zackradisic/aussieplusplus/commits?author=jwfxpr\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/bbrk24\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/25109429?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003ebbrk24\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"#ideas-bbrk24\" title=\"Ideas, Planning, \u0026 Feedback\"\u003e🤔\u003c/a\u003e \u003ca href=\"https://github.com/zackradisic/aussieplusplus/issues?q=author%3Abbrk24\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n\u003c/table\u003e\n\n\u003c!-- markdownlint-restore --\u003e\n\u003c!-- prettier-ignore-end --\u003e\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:END --\u003e\n\nThis project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzackradisic%2Faussieplusplus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzackradisic%2Faussieplusplus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzackradisic%2Faussieplusplus/lists"}