{"id":28758387,"url":"https://github.com/fujiwarachoki/bytrixlang","last_synced_at":"2025-06-17T04:08:21.580Z","repository":{"id":64629367,"uuid":"577042419","full_name":"FujiwaraChoki/BytrixLang","owner":"FujiwaraChoki","description":"An easy to learn and use, interpreted programming language written in C++.","archived":false,"fork":false,"pushed_at":"2024-01-25T14:20:57.000Z","size":1944,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-01-25T15:40:18.672Z","etag":null,"topics":["bytrix","cpp","programming-language"],"latest_commit_sha":null,"homepage":"","language":"C++","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/FujiwaraChoki.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-12-11T19:47:43.000Z","updated_at":"2023-12-03T21:30:26.000Z","dependencies_parsed_at":"2022-12-25T03:02:12.413Z","dependency_job_id":null,"html_url":"https://github.com/FujiwaraChoki/BytrixLang","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/FujiwaraChoki/BytrixLang","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FujiwaraChoki%2FBytrixLang","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FujiwaraChoki%2FBytrixLang/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FujiwaraChoki%2FBytrixLang/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FujiwaraChoki%2FBytrixLang/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FujiwaraChoki","download_url":"https://codeload.github.com/FujiwaraChoki/BytrixLang/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FujiwaraChoki%2FBytrixLang/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260288461,"owners_count":22986667,"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":["bytrix","cpp","programming-language"],"created_at":"2025-06-17T04:08:20.992Z","updated_at":"2025-06-17T04:08:21.566Z","avatar_url":"https://github.com/FujiwaraChoki.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Bytrix\n\nBytrix is an interpreted programming language that is designed to be easy to learn and use. It is a dynamically typed language, which means that you don't have to declare the type of a variable before using it. Bytrix is also a garbage collected language, which means that you don't have to worry about memory management.\n\n## Usage\n\n### Windows\n\n```cmd\nbytrix \u003cfile name\u003e\n```\n\n### Linux\n\n```bash\n./bytrix \u003cfile name\u003e\n```\n\n## Installation\n\n### Windows\n\n1. Download the latest release from [here](https://github.com/FujiwaraChoki/BytrixLang/releases/tag/latest_windows).\n2. Move binary to your `C:\\Windows` folder.\n3. Run `setx path \"%path%;C:\\Windows\"` to add the binary to your path.\n\n### Linux\n\n1. Download the latest release from [here](https://github.com/FujiwaraChoki/BytrixLang/releases/tag/latest_linux).\n2. Move binary to your `/usr/local/bin` folder.\n3. Run `chmod +x /usr/local/bin/bytrix` to make it executable.\n\n## Compile from source\n\n1. Clone the repository\n```bash\ngit clone https://github.com/FujiwaraChoki/BytrixLang.git\n```\n\n2. Go to the source folder\n```bash\ncd BytrixLang/src\n```\n\n3. Compile\n```\nclang++ Bytrix.cpp -o bytrix\n```\n\n## Examples\n\n### Hello World\n\n```python\n/* Hello World in Bytrix */\nprint \"Hello World\"\n```\n\n### Ask user their name and output it\n\n```python\n/* Ask user their name and output it */\ninput name -p \"What is your name? \"\nprint \"Hello $name! Nice to meet you!\"\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffujiwarachoki%2Fbytrixlang","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffujiwarachoki%2Fbytrixlang","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffujiwarachoki%2Fbytrixlang/lists"}