An open API service indexing awesome lists of open source software.

https://github.com/hvml/hvml-docs

Specification drafts, articles, and samples about HVML
https://github.com/hvml/hvml-docs

hvml

Last synced: about 2 months ago
JSON representation

Specification drafts, articles, and samples about HVML

Awesome Lists containing this project

README

        

# HVML Documents

Articles and documents about HVML.

This repository contains some articles, guides, and documents about HVML.

## Documents in English

To quickly learn how to program with HVML, please refer to the tutorial (80% complete):

- [Learn HVML Programming in 30 Minutes](en/learn-hvml-programming-in-30-minutes-en.md)

For an detailed introduction to HVML, please refer to the article (10% complete):

- [HVML, a Programable Markup Language](en/an-introduction-to-hvml-en.md)

## 中文文档

### 入门

- [30 分钟学会 HVML 编程](zh/learn-hvml-programming-in-30-minutes-zh.md)
- [用 HVML 写一个计算器](zh/writing-a-calculator-by-using-hvml-step-by-step.md)
- [漫谈 HVML:它的由来和未来](zh/brief-introduction-to-hvml-zh.md)

### 规范

当前版本:

- [HVML 规范(V1.0)](zh/hvml-spec-v1.0-zh.md)
- [HVML 预定义变量(V1.0)](zh/hvml-spec-predefined-variables-v1.0-zh.md)

老的版本:

- [HVML 规范(V0.9)](zh/hvml-spec-v0.9-zh.md)

### 设计

- [HVML 解释器的设计:一种数据驱动的动态标记语言的解释器实现](interpreter/zh.md)
- [基于 HVML 的远程应用:一种支持远程应用的方法及装置](cloudapp/zh.md)