{"id":13485337,"url":"https://github.com/buzz-language/buzz","last_synced_at":"2025-10-04T23:11:34.559Z","repository":{"id":39448973,"uuid":"396400912","full_name":"buzz-language/buzz","owner":"buzz-language","description":"👨‍🚀  buzz, A small/lightweight statically typed scripting language","archived":false,"fork":false,"pushed_at":"2025-09-26T14:50:07.000Z","size":6968,"stargazers_count":1404,"open_issues_count":79,"forks_count":37,"subscribers_count":15,"default_branch":"main","last_synced_at":"2025-09-26T16:09:18.728Z","etag":null,"topics":["language","zig"],"latest_commit_sha":null,"homepage":"https://buzz-lang.dev","language":"Zig","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/buzz-language.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":["giann"]}},"created_at":"2021-08-15T15:41:50.000Z","updated_at":"2025-09-26T14:50:11.000Z","dependencies_parsed_at":"2023-09-27T20:05:10.685Z","dependency_job_id":"41bf27bb-c765-4fda-a7c6-bddb52818faf","html_url":"https://github.com/buzz-language/buzz","commit_stats":{"total_commits":1048,"total_committers":11,"mean_commits":95.27272727272727,"dds":0.549618320610687,"last_synced_commit":"8b21c1456dc605b12251031869f93bbdd4dc2710"},"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/buzz-language/buzz","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/buzz-language%2Fbuzz","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/buzz-language%2Fbuzz/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/buzz-language%2Fbuzz/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/buzz-language%2Fbuzz/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/buzz-language","download_url":"https://codeload.github.com/buzz-language/buzz/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/buzz-language%2Fbuzz/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278386130,"owners_count":25978113,"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","status":"online","status_checked_at":"2025-10-04T02:00:05.491Z","response_time":63,"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":["language","zig"],"created_at":"2024-07-31T17:01:55.791Z","updated_at":"2025-10-04T23:11:34.554Z","avatar_url":"https://github.com/buzz-language.png","language":"Zig","readme":"\u003cp align=\"center\"\u003e\n    \u003cimg src=\"https://github.com/buzz-language/buzz/raw/main/logo.png\" alt=\"buzz\" width=\"204\" height=\"204\"\u003e\n\u003c/p\u003e\n\n# 👨‍🚀 buzz\n\nA small/lightweight statically typed scripting language written in Zig\n\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"https://github.com/buzz-language/buzz/raw/main/example.png\" alt=\"buzz code example\"\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n    \u003ca href=\"https://buzz-lang.dev\"\u003eHomepage\u003c/a\u003e — \u003ca href=\"https://discord.gg/VnMdNSdpNV\"\u003eDiscord\u003c/a\u003e\n\u003c/p\u003e\n\n## Features\n\n- Small in size and complexity (just a bit more than Lua though)\n- Statically typed\n- Unambiguous\n- No nonsense coercion\n- [Fibers](#fibers)\n- JIT compilation with [MIR](https://github.com/vnmakarov/mir)\n- Tooling\n    - [VS Code extension](https://marketplace.visualstudio.com/items?itemName=giann.buzz)\n    - Helix support thanks to [tree-sitter grammar](https://github.com/buzz-language/tree-sitter-buzz)\n    - LSP\n    - Formatter\n\n## How to build and install\n\n### Requirements\n- Zig 0.15.1\n- Since this is built with Zig, you should be able to build buzz on a wide variety of architectures even though this has only been tested on x86/M1.\n- Linux or macOS (Windows support [is coming](https://github.com/buzz-language/buzz/issues/74))\n- libc\n- zig master\n\n### Build\n1. Clone the project: `git clone https://github.com/buzz-language/buzz \u003cbuzz_dir\u003e`\n2. Checkout submodules: `git submodule update --init`\n3. Have fun: `zig build run -- \u003cmyscript.buzz\u003e` to run a script  or `zig build run` to start the REPL\n\n### Install\n\n```bash\n# install locally at ~/.local\nzig build -Doptimize=ReleaseSafe install -p ~/.local\n\n# install globally at /usr/local\nsudo zig build -Doptimize=ReleaseSafe install -p /usr/local\n```\n\nIf you're usage if performance critical (game dev for example), you can build using `-Doptimize=ReleaseFast`.\n\nRemember to modify PATH to include the `bin` directory where it is installed. For example, `export PATH=PATH:/home/xxx/.local/bin`. You can then run buzz with `buzz \u003cmyscript.buzz\u003e`. Or you can simply run `buzz` to start the REPL.\n","funding_links":["https://github.com/sponsors/giann"],"categories":["Zig","Uncategorized","Applications","zig","Systems Programming","\u003ca name=\"Zig\"\u003e\u003c/a\u003eZig"],"sub_categories":["Uncategorized","Compilers and Interpreters"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbuzz-language%2Fbuzz","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbuzz-language%2Fbuzz","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbuzz-language%2Fbuzz/lists"}