{"id":24362296,"url":"https://github.com/zen0x7/haiku","last_synced_at":"2026-04-01T21:01:30.147Z","repository":{"id":53097471,"uuid":"355282849","full_name":"Zen0x7/Haiku","owner":"Zen0x7","description":"Service-oriented programming language","archived":false,"fork":false,"pushed_at":"2021-12-29T05:34:18.000Z","size":8,"stargazers_count":1,"open_issues_count":7,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-27T23:42:53.769Z","etag":null,"topics":["language","languages","programming-language","programming-languages"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Zen0x7.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-04-06T17:55:53.000Z","updated_at":"2021-12-29T05:34:21.000Z","dependencies_parsed_at":"2022-08-23T21:41:18.656Z","dependency_job_id":null,"html_url":"https://github.com/Zen0x7/Haiku","commit_stats":null,"previous_names":["zen0x7/haiku"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Zen0x7/Haiku","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zen0x7%2FHaiku","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zen0x7%2FHaiku/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zen0x7%2FHaiku/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zen0x7%2FHaiku/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Zen0x7","download_url":"https://codeload.github.com/Zen0x7/Haiku/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zen0x7%2FHaiku/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31291942,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-01T13:12:26.723Z","status":"ssl_error","status_checked_at":"2026-04-01T13:12:25.102Z","response_time":53,"last_error":"SSL_read: 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":["language","languages","programming-language","programming-languages"],"created_at":"2025-01-18T22:51:37.350Z","updated_at":"2026-04-01T21:01:30.106Z","avatar_url":"https://github.com/Zen0x7.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Haiku\n\n## \n\n## Syntax\n\n### Classes and objects\n\n```haiku\nuse number\n\nclass Trick {\n  public name\n  constructor name\n  do() {\n    using output(\"This trick is called {name} and have {rate}% of success\").with({\n      name = this.name\n      rate = number.random(75, 100)\n    })\n  }\n}\n\ntrick = new Trick(\"*Lean*\")\ntrick.do // \"This trick is called *Lean* and have 100% of success\"\n```\n\n### Class-free objects\n\n#### App.haiku\n\n```haiku\noutput(\"We have {connectedUsers} users connected!\").with({\n  connectedUsers = db(\"devices\").where(\"connected\", true).count()\n})\n```\n\n#### Addons/DB.ha\n\n```haiku\nexport {\n    invoke(name) builder(mysql).table(name)\n}\n```\n\n#### Config/Addons.hc\n\n```haiku\npath = \"./Addons\" \ncore = Builder MySQL Output\naddons = DB\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzen0x7%2Fhaiku","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzen0x7%2Fhaiku","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzen0x7%2Fhaiku/lists"}