{"id":16099031,"url":"https://github.com/hellerve-pl-experiments/compfuck","last_synced_at":"2026-01-31T11:03:02.440Z","repository":{"id":79626205,"uuid":"207803981","full_name":"hellerve-pl-experiments/compfuck","owner":"hellerve-pl-experiments","description":"A compile-time Brainfuck compiler, in Carp","archived":false,"fork":false,"pushed_at":"2021-01-26T22:30:18.000Z","size":3,"stargazers_count":8,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-11T17:03:33.039Z","etag":null,"topics":["brainfuck","carp","compiler"],"latest_commit_sha":null,"homepage":null,"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/hellerve-pl-experiments.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}},"created_at":"2019-09-11T12:12:26.000Z","updated_at":"2025-10-08T17:35:25.000Z","dependencies_parsed_at":"2023-03-05T20:45:39.415Z","dependency_job_id":null,"html_url":"https://github.com/hellerve-pl-experiments/compfuck","commit_stats":null,"previous_names":["hellerve-pl-experiments/compfuck"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hellerve-pl-experiments/compfuck","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hellerve-pl-experiments%2Fcompfuck","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hellerve-pl-experiments%2Fcompfuck/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hellerve-pl-experiments%2Fcompfuck/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hellerve-pl-experiments%2Fcompfuck/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hellerve-pl-experiments","download_url":"https://codeload.github.com/hellerve-pl-experiments/compfuck/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hellerve-pl-experiments%2Fcompfuck/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28939505,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-31T10:18:23.202Z","status":"ssl_error","status_checked_at":"2026-01-31T10:18:22.693Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["brainfuck","carp","compiler"],"created_at":"2024-10-09T18:25:28.741Z","updated_at":"2026-01-31T11:03:02.166Z","avatar_url":"https://github.com/hellerve-pl-experiments.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# compfuck\n\nBrainfuck translated to Carp at compile time. Just add `(compf \"\u003cbrainfuck code\u003e\")` to\nyour program, and the equivalent Carp code will be emitted and compiled into your program.\n\n## Wat\n\nBasically, this is a quick example macro that proofs that the compile-time environment of\nCarp is quite capable of emitting complex code. This program in particular uses\nstring-based code emission, meaning that we analyze the source and emit Carp code based on\nit. I don’t expect this to be very fast, but that’s not the point.\n\nUltimately, there is no point.\n\n## Usage\n\n```clojure\n(load \"compfuck.carp\")\n\n; print the ascii charset and then some\n(compf \"+[+.]\")\n```\n\n\u003chr/\u003e\n\nHave fun!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhellerve-pl-experiments%2Fcompfuck","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhellerve-pl-experiments%2Fcompfuck","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhellerve-pl-experiments%2Fcompfuck/lists"}