vlang
vlang 是最近出來的一門編程語言,集成了 rust,golang, 等語言的特性,輕量、簡潔、編譯
快速
V 語言 一個集合了 Go 的簡單和 Rust 的安全特性的新語言。
主要特性:
- 快速編譯(編譯器只有 400kb,而且無第三方依賴)
- 安全
- C/C++ 轉換
https://github.com/vlang/v/wiki/FAQ
Why "V"?
Initially, the language had the same name as the product it was created for Volt. The extension was ".v", I didn't want to mess up git history, so I decided to name it V :)
Note
The ".v" extension clashes with (at least) two other known file formats: "Verilog" and "Coq" languages. This is actually unfortunate, but so is life sometimes... V language will not change its extension.
It's a simple name that reflects the simplicity of the language, and it's easy to pronounce for everyone in the world.
Please note that the name of the language is "V", not "Vlang" or "V-Lang" etc. The name is not very searchable (like Go), so use #vlang on Twitter, vlang on Google, etc.