{"id":16099023,"url":"https://github.com/hellerve/golflisp","last_synced_at":"2026-03-18T17:54:26.466Z","repository":{"id":79626266,"uuid":"59994009","full_name":"hellerve/golflisp","owner":"hellerve","description":"A few macros and aliases for zepto for better code golf performance","archived":false,"fork":false,"pushed_at":"2016-05-30T09:34:16.000Z","size":2,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-09-16T13:26:19.576Z","etag":null,"topics":[],"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.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":"2016-05-30T08:34:39.000Z","updated_at":"2023-09-08T17:10:57.000Z","dependencies_parsed_at":"2023-05-13T21:31:24.667Z","dependency_job_id":null,"html_url":"https://github.com/hellerve/golflisp","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hellerve/golflisp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hellerve%2Fgolflisp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hellerve%2Fgolflisp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hellerve%2Fgolflisp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hellerve%2Fgolflisp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hellerve","download_url":"https://codeload.github.com/hellerve/golflisp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hellerve%2Fgolflisp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29406544,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-13T06:24:03.484Z","status":"ssl_error","status_checked_at":"2026-02-13T06:23:12.830Z","response_time":78,"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":"2024-10-09T18:25:27.469Z","updated_at":"2026-02-13T12:54:32.580Z","avatar_url":"https://github.com/hellerve.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# golflisp\n\nA few macros and aliases for zepto for better code golf performance.\n\n## Installation\n\nDon't.\n\nBut if you really want to, `zeps install hellerve/golflisp` is your friend.\n\n## Why\n\n```\n$ cat fizzbuzz.zp\n(for 100 ((write (cond ((= (mod i 15) 0) \"fizzbuzz\") ((= (mod i 5) 0) \"fizz\") ((= (mod i 3) 0) \"buzz\") (else i)))))\n$ wc -c fizzbuzz.zp\n  116 fizzbuzz.zp\n$ cat fizzbuzz-golf.zp\n(Σ 100 ((w (Ο ((n? (% i 15)) \"fizzbuzz\") ((n? (% i 5)) \"fizz\") ((n? (% i 3)) \"buzz\") (χ i)))))\n$ wc -c fizzbuzz-golf.zp\n  98 fizzbuzz-golf.zp\n```\n\nAlso the code gets less readable, which is nice.\n\n\u003chr/\u003e\n\nCheers\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhellerve%2Fgolflisp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhellerve%2Fgolflisp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhellerve%2Fgolflisp/lists"}