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

推荐订阅源

WordPress大学
WordPress大学
H
Help Net Security
Jina AI
Jina AI
V
V2EX
G
Google Developers Blog
B
Blog
GbyAI
GbyAI
U
Unit 42
爱范儿
爱范儿
腾讯CDC
Engineering at Meta
Engineering at Meta
酷 壳 – CoolShell
酷 壳 – CoolShell
博客园 - 三生石上(FineUI控件)
宝玉的分享
宝玉的分享
小众软件
小众软件
D
DataBreaches.Net
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
博客园 - Franky
博客园 - 聂微东
The Cloudflare Blog
I
InfoQ
Microsoft Azure Blog
Microsoft Azure Blog
Hugging Face - Blog
Hugging Face - Blog
大猫的无限游戏
大猫的无限游戏

博客园 - 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.