{"id":27446293,"url":"https://github.com/karlbateman/vyper","last_synced_at":"2026-05-10T19:03:22.490Z","repository":{"id":287950775,"uuid":"966335708","full_name":"karlbateman/vyper","owner":"karlbateman","description":"An experimental programming language inspired by Python and Go.","archived":false,"fork":false,"pushed_at":"2025-04-14T19:15:51.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"develop","last_synced_at":"2025-04-14T20:26:59.867Z","etag":null,"topics":["codegen","golang","lexer","parser","programming","python","zig"],"latest_commit_sha":null,"homepage":"","language":"Zig","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/karlbateman.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2025-04-14T19:08:33.000Z","updated_at":"2025-04-14T19:25:45.000Z","dependencies_parsed_at":"2025-04-14T20:27:30.185Z","dependency_job_id":"80b5dd3e-8c80-4855-9770-ad573f0c819a","html_url":"https://github.com/karlbateman/vyper","commit_stats":null,"previous_names":["karlbateman/vyper"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karlbateman%2Fvyper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karlbateman%2Fvyper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karlbateman%2Fvyper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karlbateman%2Fvyper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/karlbateman","download_url":"https://codeload.github.com/karlbateman/vyper/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249003962,"owners_count":21196793,"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","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":["codegen","golang","lexer","parser","programming","python","zig"],"created_at":"2025-04-15T04:15:36.320Z","updated_at":"2026-05-10T19:03:17.454Z","avatar_url":"https://github.com/karlbateman.png","language":"Zig","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Vyper (Prototype)\n\nVyper is an experimental programming language inspired by Python's syntax and\nGo's performance and tooling.\n\nThis is a **minimal prototype** showing the first end-to-end flow:\n\n-   Lexing\n-   Parsing\n-   Generating C code\n-   Compiling to a native binary using `zig cc`\n\n## 📦 Requirements\n\n-   [Zig](https://ziglang.org/) **0.13.0** or newer\n\n## 🚀 Usage\n\nFirst, compile the `vyper` compiler itself:\n\n```bash\nzig build\n```\n\nThis will produce a binary located at `zig-out/bin/vyper` which can be used to\ncompile one of the example `.vy` programs as follows:\n\n```bash\n./zig-out/bin/vyper build examples/hello.vy\n```\n\nThis will compile the Vyper program to a single binary located in the\n`out/hello` directory. To run this example, use the following:\n\n```bash\n./out/hello\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkarlbateman%2Fvyper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkarlbateman%2Fvyper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkarlbateman%2Fvyper/lists"}