{"id":51531854,"url":"https://github.com/pecigonzalo/godumb","last_synced_at":"2026-07-09T03:31:02.091Z","repository":{"id":361142765,"uuid":"1248927538","full_name":"pecigonzalo/godumb","owner":"pecigonzalo","description":"Go, but \"hyperoptimized\" for the AI line-count era","archived":false,"fork":false,"pushed_at":"2026-05-29T09:54:25.000Z","size":37,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-29T11:23:06.683Z","etag":null,"topics":["vibecode"],"latest_commit_sha":null,"homepage":"","language":"Go","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/pecigonzalo.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":null,"dco":null,"cla":null}},"created_at":"2026-05-25T07:20:00.000Z","updated_at":"2026-05-29T09:54:29.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/pecigonzalo/godumb","commit_stats":null,"previous_names":["pecigonzalo/godumb"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/pecigonzalo/godumb","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pecigonzalo%2Fgodumb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pecigonzalo%2Fgodumb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pecigonzalo%2Fgodumb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pecigonzalo%2Fgodumb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pecigonzalo","download_url":"https://codeload.github.com/pecigonzalo/godumb/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pecigonzalo%2Fgodumb/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35286002,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-09T02:00:07.329Z","response_time":57,"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":["vibecode"],"created_at":"2026-07-09T03:31:00.502Z","updated_at":"2026-07-09T03:31:02.078Z","avatar_url":"https://github.com/pecigonzalo.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GoDumb\n\nGoDumb is **Go, but hyperoptimized for the AI line-count era**.\n\nCore idea: same Go syntax, but written as one token per line.\n\n## Example\n\nNormal Go:\n\n```go\npackage main\n\nimport \"fmt\"\n\nfunc main() {\n    fmt.Println(\"hello world\")\n}\n```\n\nGoDumb:\n\n```go\npackage\nmain\nimport\n\"fmt\"\nfunc\nmain\n(\n)\n{\nfmt\n.\nPrintln\n(\n\"hello world\"\n)\n}\n```\n\n## Quickstart\n\n```bash\nnix develop\n```\n\nThen:\n\n```bash\ntask test\ntask check\ntask check:examples\ntask build\ntask gen:examples\ntask sync:gobyexample\ntask transpile:hello\ntask build:hello\ntask run:hello\n```\n\nFormat a file into GoDumb style:\n\n```bash\ngo run ./cmd/godumb fmt examples/hello.go\n```\n\nWrite in place:\n\n```bash\ngo run ./cmd/godumb fmt -w examples/hello.go\n```\n\nTranspile GoDumb back to Go:\n\n```bash\ngo run ./cmd/godumb transpile examples/hello.gdb\n```\n\nWrite transpiled output to a `.go` file:\n\n```bash\ngo run ./cmd/godumb transpile -w examples/hello.gdb\n```\n\nBuild a GoDumb source directly into a binary:\n\n```bash\ngo run ./cmd/godumb build -o ./bin/hello examples/hello.gdb\n```\n\nRun a GoDumb source directly (transpile + build + execute):\n\n```bash\ngo run ./cmd/godumb run examples/hello.gdb\n```\n\nCheck GoDumb source with diagnostics mapped to `.gdb` lines:\n\n```bash\ngo run ./cmd/godumb check examples/hello.gdb\n```\n\nSync curated examples from Go by Example:\n\n```bash\ntask sync:gobyexample\n```\n\n## Repo layout\n\n- `cmd/godumb`: CLI entrypoint\n- `cmd/godumb-examples`: Go by Example sync helper\n- `internal/godumb`: formatter and transpiler core\n- `examples`: sample `.go` and `.gdb` files\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpecigonzalo%2Fgodumb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpecigonzalo%2Fgodumb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpecigonzalo%2Fgodumb/lists"}