{"id":16986956,"url":"https://github.com/amrdeveloper/amun","last_synced_at":"2025-03-22T15:30:50.087Z","repository":{"id":155311160,"uuid":"517782580","full_name":"AmrDeveloper/Amun","owner":"AmrDeveloper","description":"A Statically typed, compiled general purpose low level programming language built using C++ and LLVM Infrastructure framework designed to be simple and fast","archived":false,"fork":false,"pushed_at":"2023-09-08T08:30:12.000Z","size":2353,"stargazers_count":66,"open_issues_count":2,"forks_count":4,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-18T13:15:17.294Z","etag":null,"topics":["compiler","cpp","language","llvm","low-level-programming","programming-language","static-type-system","system-programming","type-inference"],"latest_commit_sha":null,"homepage":"https://amun-lang.github.io/docs/ ","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AmrDeveloper.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"amrdeveloper"}},"created_at":"2022-07-25T18:44:34.000Z","updated_at":"2024-12-03T21:41:59.000Z","dependencies_parsed_at":null,"dependency_job_id":"5df364fe-dbda-4e74-8ab1-4b1167b49874","html_url":"https://github.com/AmrDeveloper/Amun","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/AmrDeveloper%2FAmun","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AmrDeveloper%2FAmun/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AmrDeveloper%2FAmun/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AmrDeveloper%2FAmun/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AmrDeveloper","download_url":"https://codeload.github.com/AmrDeveloper/Amun/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244978437,"owners_count":20541855,"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":["compiler","cpp","language","llvm","low-level-programming","programming-language","static-type-system","system-programming","type-inference"],"created_at":"2024-10-14T02:47:28.589Z","updated_at":"2025-03-22T15:30:50.079Z","avatar_url":"https://github.com/AmrDeveloper.png","language":"C++","readme":"\u003ch1 align=\"center\"\u003eThe Amun Programming Language\u003c/h1\u003e\u003c/br\u003e\n\n\u003cp align=\"center\"\u003e\n\u003cimg src=\"media/logo.svg\" width=\"20%\" height=\"20%\"/\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca target=\"_blank\" href=\"https://github.com/amrdeveloper/amun/actions/workflows/docs.yml\"\u003e\u003cimg src=\"https://github.com/amrdeveloper/amun/actions/workflows/docs.yaml/badge.svg\"\u003e\u003c/a\u003e\n  \u003ca target=\"_blank\" href=\"https://makeapullrequest.com\"\u003e\u003cimg src=\"https://img.shields.io/badge/PRs-welcome-brightgreen.svg\"\u003e\u003c/a\u003e\n  \u003ca target=\"_blank\" href=\"./LICENSE.md\"\u003e\u003cimg src=\"https://img.shields.io/github/license/amrdeveloper/amun\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\nA Statically typed, compiled general purpose low level programming language built using C++ and LLVM Infrastructure framework, the design was inspired from many programming languages with the goal to be simple and productive\n\u003c/p\u003e\n\n```\nimport \"cstdio\"\n\nfun main() {\n    printf(\"Hello, World!\\n\");\n}\n```\n\n### Documentation:\n  - [Build](https://amun-lang.github.io/docs/build/)\n  - [Compile Options](https://amun-lang.github.io/docs/compiler_options/)\n  - [Reference](https://amun-lang.github.io/docs/)\n  - [Contribution](https://amun-lang.github.io/docs/contribution/)\n  - [Samples](samples)\n\n### Join us\nWe'd love to have folks join us and contribute to the project. Amun is committed to a welcoming and inclusive environment where everyone can contribute.\n\n  - [Discord](https://discord.gg/NTsccntD)\n  - [r/Amun](https://www.reddit.com/r/Amun/)\n\n### License\n```\nMIT License\n\nCopyright (c) 2022 Amr Hesham\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n```\n","funding_links":["https://github.com/sponsors/amrdeveloper"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famrdeveloper%2Famun","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Famrdeveloper%2Famun","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famrdeveloper%2Famun/lists"}