{"id":19563222,"url":"https://github.com/magayaga/hyzero","last_synced_at":"2025-07-13T08:09:25.540Z","repository":{"id":244653828,"uuid":"519616762","full_name":"Magayaga/Hyzero","owner":"Magayaga","description":"The Hyzero programming language","archived":false,"fork":false,"pushed_at":"2025-04-29T09:50:50.000Z","size":297,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-29T10:44:44.004Z","etag":null,"topics":["hyzero","language","programming-language","python"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Magayaga.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2022-07-30T20:42:40.000Z","updated_at":"2025-04-29T09:50:54.000Z","dependencies_parsed_at":"2024-06-16T13:00:00.179Z","dependency_job_id":"a7d100f9-a06a-4779-b962-00c593e93631","html_url":"https://github.com/Magayaga/Hyzero","commit_stats":null,"previous_names":["magayaga/hyzero"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Magayaga/Hyzero","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Magayaga%2FHyzero","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Magayaga%2FHyzero/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Magayaga%2FHyzero/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Magayaga%2FHyzero/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Magayaga","download_url":"https://codeload.github.com/Magayaga/Hyzero/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Magayaga%2FHyzero/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265108514,"owners_count":23712466,"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":["hyzero","language","programming-language","python"],"created_at":"2024-11-11T05:16:58.873Z","updated_at":"2025-07-13T08:09:25.531Z","avatar_url":"https://github.com/Magayaga.png","language":"Python","readme":"[![Magayaga Official](.github/img/svg/cjm_official.svg)](img/svg/README.md)\n[![Magayaga License](.github/img/svg/license.svg)](img/svg/README.md)\n# [![Official Logo](.github/img/svg/logo.svg)](https://github.com/magayaga/hyzero)\n\n**Hyzero** (also known as **Hydrogen Zero** or **H0**) is a high-level, interpreted, general-purpose programming language created, designed, and developed by [Cyril John Magayaga](https://github.com/magayaga). It is the **Philippines’ first creating programming language in the twenty-first country**, after **one of the Philippines’ first easiest programming languages**. This is like **_Python_** programming language.\n\nHyzero loves [**BASIC** (**Beginners' All-purpose Symbolic Instruction Code**)](https://en.wikipedia.org/wiki/BASIC) family of the programming language.\n\n\u003cimg src=\".github/img/svg/hyzero_official.svg\" width=\"100%\"\u003e\n\n## Documentation\n\nRead the [Get Started](docs/Get_started.md) and [Download](docs/Download.md).\n\n## Examples\n\nThe following shows how the simple **Hello, World!** program was written in **Hyzero**.\n\n- Hyzero programming language in original version (**v0.0.1 - v0.0.3**):\n\n  ```python\n  print(\"Hello, World!\")\n  ```\n- Hyzero programming language in current version (**v0.1.0** - _present_):\n\n  ```rust\n  write(\"Hello, World!\")\n  ```\n\n- Hyzero programming language as **Output**:\n  ```\n  Hello, World!\n  ```\n\nHow can I add a `VAR` variable to `write()`?\n- The `write()` function prints the given object to the standard output device (screen) or to the text stream file.\n\n  ```python\n  VAR hi = \"Hello, World!\"\n  write(hi) \n  ```\n\nHow can I trigonometric functions?\n- Trigonometry functions such as sine (`sin(x)`), cosine (`cos(x)`), and tangent (`tan(x)`) can also be calculated using the Hyzero programming language.\n\n   ```python\n   # sine\n   write(sin(mathPi / 2))\n\n   # cosine\n   write(cos(mathTau * 10))\n\n   # tangent\n   write(tan((mathE * mathPi) / 4))\n   ```\n\n## History\n\n### 1. New programming language of the Asia (2022-present)\nHyzero was created on July 25, 2022, by [Cyril John Magayaga](https://github.com/magayaga). It is the Philippines' second programming language. [Bato](https://github.com/jjuliano/bato) programming language is a Philippines' first programming language created by [Joel Bryan Juliano](https://github.com/jjuliano).\n\nThe Hyzero documents, design, implementation, and related tools are hosted on GitHub private under the OpinionOne version 2.\n\n**On July 30, 2022**, Cyril John Magayaga said __Hyzero__ was a new programming language like calculator, command language, computer program, and upcoming application.\n\n**On August 5, 2022**, Cyril John Magayaga announced that __Hyzero__ become new high-level and general-purpose programming language, and the Philippines’ first easiest programming languages. The new filename extension on .hyzero is called the source code of a program. \n\n**On August 6, 2022**, Cyril John Magayaga announced that __Hyzero__ programming languages like __Python__. The _Hyzero 0.1_ was released on __August 15, 2022__, with many major new features.\n\n**On August 13, 2022**, Cyril John Magayaga announced that __Hyzero__ programming language, new features of Hyzero in the Philippines.\n\n**On August 24, 2022**, Cyril John Magayaga announced that __Hyzero__ programming language, written in **Python** programming language (High-level, Interpreted, \u0026 General-purpose) and **C** programming language (Binary). \n\nNot to be confused with [**_Hy_**](https://github.com/hylang/hy) _programming language_ and don't known as **_Zero_** _programming language_.\n\n__Hyzero__ programming language become **Strong** and **Dynamic** programming language. `.hyzero` was real file extension of **Hyzero**.\n\n**On August 30, 2022**, Cyril John Magayaga announced that __Hyzero__ programming language become _public open-source projects_.\n\n**On March 19, 2023**, Cyril John Magayaga says [**_pythOwO_**](https://github.com/virejdasani/pythOwO) programming language, It should be fixed and it is english language.\n\n### Build of the Hyzero\nThere are a few languages that have followed this model for other ecosystems, and Hyzero aims to fill an analogous role for Python:\n\n* C → C++\n* JavaScript → TypeScript\n* Java → Kotlin\n* C++ → Carbon\n* Python → **_Hyzero_**\n\n## Getting started\n\nDownload the [Python](https://python.org/downloads) programming language and [Git](https://git-scm.com/) distributed version control system.\n\nTo build the **Hyzero** explorer yourself, follow these instructions:\n\n### Windows\n```shell\n# Download the Hyzero's code\n$ git clone https://github.com/Magayaga/Hyzero.git\n$ cd Hyzero\n\n# Download the Python\n$ choco install python\n\n# Run the explorer\n$ python src/hyzero.py explorer/testdata/math/math.hyzero\n$ python src/hyzero.py explorer/testdata/print/pyramid.hyzero\n\n# Run the shell\n$ python src/shell.py\nHyzero v0.1.6-beta2 (September 9, 2023) - created \u0026 developed by Cyril John Magayaga\nHyzero \u003e write(\"Hello, World!\")\n```\n\n### macOS\n```shell\n# Download the Hyzero's code on macOS\n$ git clone https://github.com/Magayaga/Hyzero.git\n$ cd Hyzero\n\n# Download the Python on macOS\n$ brew install python3\n\n# Run the explorer\n$ python3 src/hyzero.py explorer/testdata/math/math.hyzero\n$ python3 src/hyzero.py explorer/testdata/print/pyramid.hyzero\n\n# Run the shell\n$ python3 src/shell.py\nHyzero v0.1.6-beta2 (September 9, 2023) - created \u0026 developed by Cyril John Magayaga\nHyzero \u003e write(\"Hello, World!\")\n```\n\n### Linux and Windows subsystem for Linux\n\n```shell\n# Download the Hyzero's code on Linux\n$ git clone https://github.com/Magayaga/Hyzero.git\n$ cd Hyzero\n\n# Download the Python on Linux\n$ sudo apt-get install python3 # Ubuntu or Debian\n$ sudo dnf install python3 # Fedora or Red Hat\n\n# Run the explorer\n$ python3 src/hyzero.py explorer/testdata/math/math.hyzero\n$ python3 src/hyzero.py explorer/testdata/print/pyramid.hyzero\n\n# Run the shell\n$ python3 src/shell.py\nHyzero v0.1.6-beta2 (September 9, 2023) - created \u0026 developed by Cyril John Magayaga\nHyzero \u003e write(\"Hello, World!\")\n```\n\n## Copyright \u0026 License\n\n### Copyright: \n* Copyright 2022-2025 [Cyril John Magayaga](https://github.com/magayaga)\n* Copyright 2001-2025 [Python Software Foundation](https://www.python.org/psf/)\n\n### License:\nThe **Hyzero** documents, design, implementation, and related tools are hosted on **GitHub public** under the [**OpinionOne (Latest Version 2)**](LICENSE).\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmagayaga%2Fhyzero","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmagayaga%2Fhyzero","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmagayaga%2Fhyzero/lists"}