惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

J
Java Code Geeks
Last Week in AI
Last Week in AI
T
Tailwind CSS Blog
WordPress大学
WordPress大学
B
Blog RSS Feed
T
The Blog of Author Tim Ferriss
F
Fortinet All Blogs
aimingoo的专栏
aimingoo的专栏
MongoDB | Blog
MongoDB | Blog
博客园 - Franky
C
Check Point Blog
P
Proofpoint News Feed
H
Help Net Security
月光博客
月光博客
博客园_首页
Stack Overflow Blog
Stack Overflow Blog
博客园 - 三生石上(FineUI控件)
Martin Fowler
Martin Fowler
Recent Announcements
Recent Announcements
人人都是产品经理
人人都是产品经理
U
Unit 42
美团技术团队
I
InfoQ
A
About on SuperTechFans

博客园 - 2012

8款主流AI编程Agent全方位对比报告 CLI工具的分析和对比 AI 记忆和记忆管理操作系统 supabase架构和源码的概要 k0s k3s k8s小结 kali wsl桌面使用 Alpine 、Arch Linux 和 NixOS 3个linux版比较 跨多端前端框架对比 国产操作系统概要 docker容器桌面 kasm IDE AI- vscode / cursor / openfuse ide ml.net例子笔记8-生成式AI-大模型LLM ml.net例子笔记7-ml.net与OMNX ml.net例子笔记6-ml.net v2之AutoML ml.net例子笔记5-ml.net v2版本例子运行续 ml.net例子笔记4-ml.net v2版本例子运行 ml.net例子笔记3-Infer.net概率机器学习库 ml.net例子笔记2-概念和Widnows AI Studio ml.net例子笔记1 linuxer眼中ml.net机器学习概要
vlang
2012 · 2023-03-03 · via 博客园 - 2012

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 *****es 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.