V 编程语言用于开发易于维护的软件。
这只需要几秒钟。
$ git clone --depth=1 https://github.com/vlang/v && cd v && make
或下载适用于 Windows、macOS 和 Linux 的预编译二进制文件。
快速入门 →一门体积小、野心大的现代语言。
V 每个 CPU 核心每秒可编译约 11 万至 120 万行代码,自身编译仅需 0.15–0.6 秒。
无 null、无全局变量、无未定义行为,默认不可变。V 在编译期即可防止整类 bug。
与 C 一样快速。V 编译为人类可读的 C 代码,并可使用任意 C 编译器作为后端,包括 GCC、Clang 和 MSVC。
一个周末即可学完整门语言。懂 Go,就已掌握约 80% 的 V。代码简洁、可读、易维护。
V 编译器仅 400 KB,无任何外部依赖。无需 LLVM,无需 libstdc++。随时随地秒速安装。
自动将完整 C/C++ 项目转写为 V。C2V 工具甚至可以将 DOOM 源码编译为 V。
在程序运行时修改代码,无需重启,不丢失状态。非常适合长时间运行的 GUI 应用。
内置 ORM,语法简洁,类似 SQL。开箱即用,支持 SQLite、PostgreSQL、MySQL 和 MSSQL。
`veb` 是标准库内置的快速、简单、易用的 Web 框架,无需任何外部包。
"V is an impressive programming language. Its simplicity paired with speed makes it stand out."
"I've been using V for scripting and it's absolutely sensational. The compile times are insane."
"V has the right ideas. Readable code, fast compilation, and no GC pauses by default — what more could you want?"
"Coming from Go, V feels immediately familiar but faster and more opinionated in the right ways."
"The 400KB compiler with zero dependencies is not a gimmick — it actually works, anywhere."
"Hot code reloading in V changed how I build GUI apps. No more restarting just to see a layout change."