书栈网 · BookStack 本次搜索耗时 0.009 秒,为您找到 13 个相关结果.
  • V语言中文网

    2014 2019-06-25 《V语言特性介绍》
    V语言中文网 V语言中文网 中文文档译者:柴树杉(https://github.com/chai2010) 围观知乎喷子“吃屎猫”的装逼行为:https://www.zhihu.com/question/318526180/answer/723081944 V语言是为开发可维护的软件而创建的简单、快速、安全的编程语言。 中文主页:h...
  • 其它

    870 2019-06-25 《V语言特性介绍》
    其它 其它 V语言教程:https://vlang-zh.cn/docs.html V语言教程(高级主题):https://vlang-zh.cn/docs_advanced.html V语言实例:https://github.com/vlang-zh/v-examples V语言案例:https://vlang-zh.cn/apps.htm...
  • 安装

    安装 源代码安装 编译准备 下载源码/编译 运行代码 开发工具 可选安装 后续升级 下载预编译安装包 增加symlink 安装技巧 安装 源代码安装 目前V语言还处在快速开发的不稳定阶段,首选源代码安装方式. 编译准备 目前V语言的编译需要依赖C编译器:gcc或clang 如果没有C编译器,可以参考以下文档,进行安装:...
  • Install from source

    Install from source Linux, macOS, FreeBSD, etc: Windows: Android Install from source The major way to get the latest and greatest V, is to install it from source . It is easy...
  • Package management

    Package management module options: Publish package Package management v [ module option ] [ param ] module options: install Install a module from V...
  • V语言教程

    V语言教程 目录 V语言教程 中文文档译者:柴树杉(https://github.com/chai2010) V语言是一个简单、快速、安全的编译型语言,比较适合于开发可维护的软件。 中文主页:https://vlang-zh.cn 中文代码:https://github.com/vlang-zh 语言官网:https://vlan...
  • Inline assembly

    Inline assembly Inline assembly // ignore a := 100 b := 20 mut c := 0 asm amd64 { mov eax , a add eax , b mov c , eax ; = r ( ...
  • Translating C to V

    Translating C to V Translating C to V V can translate your C code to human readable V code and generate V wrappers on top of C libraries. Let’s create a simple program test.c ...
  • Hot code reloading

    Hot code reloading Hot code reloading module main import time import os [ live ] fn print_message () { println ( 'Hello! Modify this message while the pr...
  • V语言学习笔记

    V语言学习笔记 写在前头的话 为什么喜欢V V语言的目标 github关注度 一起完善 V语言学习笔记 利用业余时间,体验了V语言,边看,边动手,边记录,所以有了这个V语言学习笔记. 写在前头的话 这是一门新发布的语言,由Alexander Medvednikov 发起,开源时间为2019年6月22日,目前贡献者已有4百多人,快速...