{"id":50633216,"url":"https://github.com/kokonut27/zsq","last_synced_at":"2026-06-07T00:02:35.895Z","repository":{"id":43316220,"uuid":"437880095","full_name":"kokonut27/zsq","owner":"kokonut27","description":"A complex language with high level programming and moderate syntax.","archived":false,"fork":false,"pushed_at":"2024-01-01T15:18:36.000Z","size":181,"stargazers_count":6,"open_issues_count":5,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-01-01T16:26:13.490Z","etag":null,"topics":["bash","complex","lang","language","nix","pl","python","shell","syntax","zsq"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kokonut27.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"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}},"created_at":"2021-12-13T13:17:49.000Z","updated_at":"2024-01-01T16:26:14.130Z","dependencies_parsed_at":"2023-11-19T21:41:58.678Z","dependency_job_id":null,"html_url":"https://github.com/kokonut27/zsq","commit_stats":null,"previous_names":[],"tags_count":6,"template":null,"template_full_name":null,"purl":"pkg:github/kokonut27/zsq","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kokonut27%2Fzsq","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kokonut27%2Fzsq/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kokonut27%2Fzsq/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kokonut27%2Fzsq/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kokonut27","download_url":"https://codeload.github.com/kokonut27/zsq/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kokonut27%2Fzsq/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34003814,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-06T02:00:07.033Z","response_time":107,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["bash","complex","lang","language","nix","pl","python","shell","syntax","zsq"],"created_at":"2026-06-07T00:02:35.563Z","updated_at":"2026-06-07T00:02:35.882Z","avatar_url":"https://github.com/kokonut27.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![code size](https://img.shields.io/github/languages/code-size/kokonut27/zsq)](https://github.com/kokonut27/zsq)\n[![version](https://img.shields.io/badge/version-0.1.7-orange)](https://github.com/kokonut27/zsq/releases)\n \n# z^2\n\u003e a complex language with high level programming and moderate syntax.\n\n## Get started\n### Usage\n1. Clone this repository: \n```zsh\n$ git clone https://github.com/kokonut27/zsq.git\n```\n\n2. Add an alias\n\n#### macOS/Linux\nIf you use macOS Catalina or newer, you will use Z-Shell so you will have a `.zshrc` file in your home folder. Most distributions of Linux use Bash by default, so you will have a `.bashrc` file in your home folder. \n\u003e *Of course, it is possible to change your shell so you should check before running the command.*\n\nRun the following command. If you use Bash replace `.zshrc` with `.bashrc`:\n```zsh\necho \"alias zsq='python -B zsq'\" \u003e\u003e .zshrc\n```\n\n#### Windows\n*You may want to install [Windows Subsystem for Linux](https://docs.microsoft.com/en-us/windows/wsl/install)*\n\n```zsh\necho \"alias zsq='python -B zsq'\" \u003e\u003e .bashrc\n```\n\n#### Shell\n```zsh\n$ alias zsq=\"python -B zsq\"\n```\n\n\u003cbr\u003e\n\n3. Run z^2\n\nCreate a file named `index.zsq`, which will contain all of your code. Then enter the following in the shell:\n```zsh\n$ zsq index.zsq\n```\nThen you're all done!\n\n### Example program\n```js\n// Defines the Fibonacci function\nfunction Fibonacci(num) { // Creates an arg 'num'\n  whatif num \u003c= 1 {\n    return(num)\n  }\n  else {\n    return(Fibonacci(num-1) + Fibonacci(num-2))\n  }\n\nvar ask = prompt(\"amount of fibonacci sequence? \")\n\nfor fib_seq in span(ask) {\n  print(Fibonacci(fib_seq))\n}\n```\n\u003e This is a current work in progress as of right now.\n\u003e Visit [EXAMPLES.md](https://github.com/kokonut27/zsq/tree/main/examples) for more examples.\n\n### Contributing\nFeel free to contribute by [forking](https://github.com/kokonut27/zsq/network/members) the repo, and leaving a pull request!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkokonut27%2Fzsq","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkokonut27%2Fzsq","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkokonut27%2Fzsq/lists"}