[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-77606":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":10,"language":11,"languages":10,"totalLinesOfCode":10,"stars":12,"forks":13,"watchers":14,"openIssues":15,"contributorsCount":16,"subscribersCount":16,"size":16,"stars1d":17,"stars7d":18,"stars30d":19,"stars90d":16,"forks30d":16,"starsTrendScore":20,"compositeScore":21,"rankGlobal":10,"rankLanguage":10,"license":22,"archived":23,"fork":23,"defaultBranch":24,"hasWiki":25,"hasPages":23,"topics":26,"createdAt":10,"pushedAt":10,"updatedAt":27,"readmeContent":28,"aiSummary":29,"trendingCount":16,"starSnapshotCount":16,"syncStatus":30,"lastSyncTime":31,"discoverSource":32},77606,"zerolang","vercel-labs\u002Fzerolang","vercel-labs","The Programming Language for Agents","https:\u002F\u002Fzerolang.ai",null,"C++",4995,330,24,45,0,25,126,1118,115,109.55,"Apache License 2.0",false,"main",true,[],"2026-06-12 04:01:21","# zerolang\n\nzerolang is an experiment in building an agent-first programming language.\n\nThe project is exploring what changes when agents are primary users from day one: a language that can be learned on the fly, tooling that exposes structured facts for debugging and repair, and a standard library broad enough that most programs do not start with a dependency search.\n\nzerolang is pre-1 and intentionally unstable. The project will make breaking changes while it searches for the language, library, and tooling patterns that work best for agents. Treat today's syntax and APIs as something to explore, not something to memorize. If that sounds useful, try it with us: run examples, inspect the structured output, and send feedback about what helps agents work better.\n\nSecurity vulnerabilities should be expected. zerolang is not ready for production systems, sensitive data, or trusted infrastructure. If you plan to run or develop zerolang, do so in an isolated, disposable environment.\n\n## What zerolang Is Aiming For\n\n- Agent-first learnability: a small, regular language surface that agents can pick up quickly from examples, docs, and compiler feedback.\n- Standard-library depth: common capabilities should live in documented, coherent library APIs instead of scattered dependency stacks.\n- Deterministic tooling: diagnostics, graph facts, size reports, explanations, and fix plans should be structured enough for agents to inspect and act on.\n- Direct developer experience: checking, running, formatting, inspecting, and repairing code should be fast, copyable, and scriptable.\n- Regularity over syntax: prefer one obvious way to express most things, even when that makes code more explicit than a human might choose in another language.\n\n## Quick Start\n\nInstall the latest release:\n\n```bash\ncurl -fsSL https:\u002F\u002Fzerolang.ai\u002Finstall.sh | bash\nexport PATH=\"$HOME\u002F.zero\u002Fbin:$PATH\"\nzero --version\n```\n\nCheck a program:\n\n```bash\nzero check examples\u002Fhello.0\n```\n\nRun a small executable:\n\n```bash\nzero run examples\u002Fadd.0\n```\n\nExpected output:\n\n```text\nmath works\n```\n\n## Common Commands\n\n```bash\nzero check examples\u002Fhello.0\nzero run examples\u002Fadd.0\nzero build --emit exe --target linux-musl-x64 examples\u002Fadd.0 --out .zero\u002Fout\u002Fadd\nzero graph --json examples\u002Fsystems-package\nzero size --json examples\u002Fpoint.0\nzero skills get zero --full\nzero doctor --json\n```\n\n## Validation\n\n```bash\npnpm run docs:test\npnpm run conformance\npnpm run native:test\npnpm run command-contracts\n```\n\nBenchmarks run locally by default:\n\n```bash\npnpm run bench\n```\n","zerolang 是一种专为智能体设计的编程语言。其核心功能包括易于学习的小型规则语言界面、丰富的标准库以减少对外部依赖的需求，以及提供结构化输出的确定性工具集，便于调试和修复。该项目特别强调了从智能体作为主要用户的角度出发，优化语言、库和工具的设计模式。zerolang 目前处于实验阶段，尚未稳定，不推荐用于生产环境或处理敏感数据。它非常适合那些希望探索未来智能体编程趋势的研究者和开发者，在一个隔离且可丢弃的环境中进行尝试与反馈。",2,"2026-06-11 03:55:38","CREATED_QUERY"]