{"id":44460335,"url":"https://github.com/ares-rxu/artemis-language","last_synced_at":"2026-05-15T12:35:55.129Z","repository":{"id":303196153,"uuid":"1000830815","full_name":"ares-rxu/artemis-language","owner":"ares-rxu","description":"Artemis Language (ARX)","archived":false,"fork":false,"pushed_at":"2026-02-01T17:37:13.000Z","size":4923,"stargazers_count":2,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-13T00:46:55.919Z","etag":null,"topics":["artemis","arx","compiler","llvm","llvm-ir","programming-language","python"],"latest_commit_sha":null,"homepage":"https://ares-rxu.github.io/artemis-language/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ares-rxu.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":null,"patreon":null,"open_collective":null,"ko_fi":"vladimirsama","tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"lfx_crowdfunding":null,"polar":null,"buy_me_a_coffee":null,"thanks_dev":null,"custom":null}},"created_at":"2025-06-12T11:42:49.000Z","updated_at":"2026-02-01T17:37:16.000Z","dependencies_parsed_at":"2025-07-23T21:04:49.655Z","dependency_job_id":"81235575-167d-4fe3-9bc3-da6c5f157182","html_url":"https://github.com/ares-rxu/artemis-language","commit_stats":null,"previous_names":["vladimir-sama/arx-lang","vladisrael/arx-lang","mira-xt/arx-lang","mira-xt/artemis-language","ares-rxu/artemis-language"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ares-rxu/artemis-language","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ares-rxu%2Fartemis-language","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ares-rxu%2Fartemis-language/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ares-rxu%2Fartemis-language/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ares-rxu%2Fartemis-language/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ares-rxu","download_url":"https://codeload.github.com/ares-rxu/artemis-language/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ares-rxu%2Fartemis-language/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33067471,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-15T11:35:32.926Z","status":"ssl_error","status_checked_at":"2026-05-15T11:35:31.362Z","response_time":103,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["artemis","arx","compiler","llvm","llvm-ir","programming-language","python"],"created_at":"2026-02-12T18:34:58.378Z","updated_at":"2026-05-15T12:35:55.124Z","avatar_url":"https://github.com/ares-rxu.png","language":"Python","funding_links":["https://ko-fi.com/vladimirsama"],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg width=\"240pt\" src=\"./docs/arx-path.svg\" alt=\"ARX Language Logo\"\u003e\n\u003c/p\u003e\n\n\u003cdiv align=\"center\"\u003e\n\n# Artemis (ARX) Programming Language\n\n**Some personal not bad looking programming language in Python compiled to LLVM**\n\n[![License](https://img.shields.io/badge/License-GPLv3-blue.svg)](LICENSE)\n[![Python](https://img.shields.io/badge/python-3.7+-blue.svg)](https://python.org)\n[![Documentation](https://img.shields.io/badge/docs-online-green.svg)](https://ares-rxu.github.io/artemis-language/)\n\n[Documentation](https://ares-rxu.github.io/artemis-language/) • [Getting Started](#quick-start) • [Contributing](CONTRIBUTING.md)\n\n\u003c/div\u003e\n\n## Features\n\n- **I Like My Syntax** - Readable code\n- **LLVM Backend** - High-performance compilation with optimization\n- **Type Safety** - Static typing with type inference\n- **Modular Design** - Built-in module system with `using` imports\n- **Cross-Platform** - Runs on Linux, Windows, not sure if anything else but just needs C and LLVM (\u0026 Python)\n- **On Going IDE Support** - Has VSCode extension\n\n## Quick Start\n\n### Installation\n\n```bash\n# Clone the repository\ngit clone https://github.com/ares-rxu/artemis-language.git\ncd artemis-language\n\n# Install (probably won't work)\npython arx_install.py -i\n\n# Run your first ARX program\npython arx.py build testing/hello_world.arx\n./out/hello_world\n```\n\n### Hello World\n\n```arx\nusing io\n\nint _exec() {\n    io.print('Hello, ARX!\\n')\n    return 0\n}\n```\n\n## Requirements\n\n- **Python 3.7 or higher**\n- **C Compiler**: GCC 7.0+ or Clang 10.0+\n- **LLVM Tools**:\n  - `llc` (LLVM static compiler)\n- **Git**\n\n## Contributing\n\nContributions are welcome. Read our [Contributing Guide](CONTRIBUTING.md) for details.\n\n- **Bug Reports** - Help us improve reliability\n- **Feature Requests** - Suggest new language features  \n- **Documentation** - Improve guides and examples\n- **Testing** - Add test cases and examples\n\n## License\n\nThis project is licensed under the GPLv3 License - see the [LICENSE](LICENSE) file for details. (Not changing it)\n\n## Links\n\n- [**Documentation**](https://ares-rxu.github.io/artemis-language/) - Complete language reference\n- [**VS Code Extension**](https://github.com/ares-rxu/arx-vscode/) - Not gonna update it\n- [**Examples**](testing/) - Sample ARX programs\n- [**Issues**](https://github.com/ares-rxu/artemis-language/issues) - Bug reports and feature requests\n\n---\n\n\u003cdiv align=\"center\"\u003e\n\n**Made with boredom by the ARX Community (Me rn)**\n\nStar this repo if you find ARX useful (Nah bro)\n\n\u003c/div\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fares-rxu%2Fartemis-language","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fares-rxu%2Fartemis-language","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fares-rxu%2Fartemis-language/lists"}