vlang

vlang 是最近出来的一门编程语言,集成了 rust,golang, 等语言的特性,轻量、简洁、编译
快速

V 语言 一个集合了 Go 的简单和 Rust 的安全特性的新语言。

主要特性:

  • 快速编译(编译器只有 400kb,而且无第三方依赖)
  • 安全
  • C/C++ 转换

https://vlang.io/

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.

posted @ 2023-03-03 08:40  2012  阅读(357)  评论(0编辑  收藏  举报