{"id":33054552,"url":"https://github.com/dccarter/cxy","last_synced_at":"2026-01-26T05:02:14.688Z","repository":{"id":155627093,"uuid":"612851563","full_name":"dccarter/cxy","owner":"dccarter","description":null,"archived":false,"fork":false,"pushed_at":"2025-12-05T15:13:03.000Z","size":2489,"stargazers_count":2,"open_issues_count":6,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-07T05:14:52.696Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C","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/dccarter.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2023-03-12T06:54:46.000Z","updated_at":"2025-12-05T15:13:07.000Z","dependencies_parsed_at":"2023-09-23T16:48:00.961Z","dependency_job_id":"e18f87f7-9dc2-4d63-94bd-b72dd074079b","html_url":"https://github.com/dccarter/cxy","commit_stats":null,"previous_names":["dccarter/cxy"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/dccarter/cxy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dccarter%2Fcxy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dccarter%2Fcxy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dccarter%2Fcxy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dccarter%2Fcxy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dccarter","download_url":"https://codeload.github.com/dccarter/cxy/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dccarter%2Fcxy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28767013,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-26T03:54:34.369Z","status":"ssl_error","status_checked_at":"2026-01-26T03:54:33.031Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":[],"created_at":"2025-11-14T04:00:21.842Z","updated_at":"2026-01-26T05:02:14.681Z","avatar_url":"https://github.com/dccarter.png","language":"C","readme":"## `cxy`\n\n**C-xy** (pronounced sexy) is a typed compiled programming language. `cxy` started as a compiler design learning\nproject and personal hobby project. The language references code from different languages in the www\n\n### Playground\n\nTry `cxy` on this [playground](https://cxy-lang.suilteam.io/)\n\n```c\nfunc main(args: [string]) {\n    for (const arg, _: args) {\n        println(arg)\n    }\n}\n```\n\n### Key Language features\n\n`cxy` supports most features that would be supported by most\nobject-oriented programming languages (see the `tests/lang` and\n`src/cxy/stdlib` directories for some of the supported features)\n\n* Rich syntax that is easy to grasp.\n* Object-oriented with support for user defined value types (structs and tuples) and\n  reference types (classes).\n* Interoperable with `c` programming language.\n* Meta programming (generics and compile time evaluation).\n* Reference counting memory management.\n* Transpiles to readable `c` code.\n* Comes with an LLVM backend (Deprecated)\n\n#### Building\n\nRequires `cmake` (any version greater that `3.16`), clang and LLVM. The following commands\nshould build the compiler binary `cxy` and an `stdlib` folder\n\n```bash\nmkdir build-dir\ncd build-dir\ncmake ..\nmake\n```\n\n#### Installation Script\n```bash\n/bin/bash -c \"$(curl -fsSL https://raw.githubusercontent.com/dccarter/cxy/refs/heads/main/src/tools/download-cxy.sh)\"\n```\n","funding_links":[],"categories":["Uncategorized"],"sub_categories":["Uncategorized"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdccarter%2Fcxy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdccarter%2Fcxy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdccarter%2Fcxy/lists"}