{"id":31885205,"url":"https://github.com/cloth-foundation/cloth","last_synced_at":"2026-05-05T17:33:15.390Z","repository":{"id":310119596,"uuid":"1031745352","full_name":"Cloth-Foundation/Cloth","owner":"Cloth-Foundation","description":"A statically-typed OOP language with two-pass compilation.","archived":false,"fork":false,"pushed_at":"2025-09-27T20:12:26.000Z","size":1678,"stargazers_count":1,"open_issues_count":6,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-27T22:11:31.517Z","etag":null,"topics":["compiler","golang","help-wanted","programming-language","static-typing"],"latest_commit_sha":null,"homepage":"https://cloth.dev","language":"Go","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/Cloth-Foundation.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":"GOVERNANCE.md","roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-08-04T09:11:55.000Z","updated_at":"2025-09-27T20:12:30.000Z","dependencies_parsed_at":null,"dependency_job_id":"446ea7ed-f777-4643-a0a9-dd499f774d8f","html_url":"https://github.com/Cloth-Foundation/Cloth","commit_stats":null,"previous_names":["superscary/loom","cloth-foundation/cloth"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Cloth-Foundation/Cloth","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cloth-Foundation%2FCloth","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cloth-Foundation%2FCloth/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cloth-Foundation%2FCloth/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cloth-Foundation%2FCloth/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Cloth-Foundation","download_url":"https://codeload.github.com/Cloth-Foundation/Cloth/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cloth-Foundation%2FCloth/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279013681,"owners_count":26085390,"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","status":"online","status_checked_at":"2025-10-13T02:00:06.723Z","response_time":61,"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":["compiler","golang","help-wanted","programming-language","static-typing"],"created_at":"2025-10-13T04:43:41.029Z","updated_at":"2026-05-05T17:33:15.382Z","avatar_url":"https://github.com/Cloth-Foundation.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n    \u003cpicture\u003e\n        \u003cimg alt=\"The Cloth Programming Language\"\n             src=\"https://github.com/Cloth-Foundation/.github/blob/main/Logos/PNG/Header%20-%20NO%20BG.png?raw=true\"\n             width=\"50%\" /\u003e\n    \u003c/picture\u003e\n\n[Website][Cloth] | [Learn] | [Documentation] | [Contributing]\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/Status-Early%20Alpha-FF9800?style=for-the-badge\"  alt=\"Early Access\"/\u003e\n  \u003cimg src=\"https://img.shields.io/badge/License-Apache%202.0-4CAF50?style=for-the-badge\u0026logo=apache\u0026logoColor=white\"  alt=\"Apache License\"/\u003e\n  \u003cimg src=\"https://img.shields.io/badge/License-MIT%202.0-4CAF50?style=for-the-badge\u0026logo=apache\u0026logoColor=white\"  alt=\"MIT License\"/\u003e\n  \u003ca href=\"https://github.com/Cloth-Foundation/rCloth\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/stars/Cloth-Foundation/Cloth?style=for-the-badge\"  alt=\"GitHub Stars\"/\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\u003c/div\u003e\n\n[Cloth]: https://cloth.dev\n\n[Learn]: https://cloth.dev/learning-center\n\n[Documentation]: https://docs.cloth.dev\n\n[Contributing]: CONTRIBUTING.md\n\nThis is the main source code repository for [Cloth](https://cloth.dev), including the compiler, standard library,\ndocumentation, and tooling. Shuttle can be found [here.](https://github.com/Cloth-Foundation/Shuttle)\n\n# What is Cloth?\n\nCloth is a high-performance, object-oriented, low-level language designed for predictable execution and maintainable\nsystems programming. It combines familiar C-style control with a structured, Java-like class model.\n\n- *Performance* – Cloth avoids garbage collection and uses deterministic destruction, resulting in predictable runtime\n  behavior and minimal overhead.\n- *Maintainability* – A structured, class-oriented design and explicit syntax make large codebases easier to reason\n  about and evolve over time.\n- *Productivity* – Strong compile-time guarantees and explicit error handling reduce runtime surprises and debugging\n  complexity.\n- *Memory Safety* – Cloth uses a hierarchical ownership model with deterministic destruction. Objects form an ownership\n  tree rooted at program entry, while static data exists in a separate root-lifetime domain, allowing for safe and\n  predictable memory management without a garbage collector.\n\n## Quick Start Guide\n\nDownload the latest compiler installer for your operating system and follow the on-screen instructions. You may need\nadministrator permissions.\n\n## Build From Source\n\nWhile not recommended, you can follow [the Installation Guide](INSTALL.md).\n\n## Required 3rd Party Libraries\n\u003e There is a plan when an installer is made that it will automatically install these libraries.\n- [Git](https://github.com/git/git)\n- [Clang](https://clang.llvm.org/)\n\n## Help\n\nSee the [Help Center](https://cloth.dev/resources) or the [Documentation](https://docs.cloth.dev/) for help resources.\n\n## Contributing\n\nSee [Contributing.md](CONTRIBUTING.md).\n\n## License\n\nCloth is distributed under the terms of the MIT license and Apache 2.0 license. \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcloth-foundation%2Fcloth","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcloth-foundation%2Fcloth","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcloth-foundation%2Fcloth/lists"}