- 授权协议: Apache
- 开发语言: C#
- 操作系统: 跨平台
- 软件首页: http://www.dotliquidmarkup.org/
- 软件文档: http://github.com/formosatek/dotliquid/wiki/
软件介绍
DotLiquid 是一个简单、快速和安全的模板引擎,移植自 Ruby 的 Liquid 标签。
示例模板:
<p>{{ user.name }} has to do:</p>
<ul>
{% for item in user.tasks %}
<li>{{ item.name }}</li>
{% endfor %}
</ul>
The Little Typer
Daniel P. Friedman、David Thrane Christiansen、Duane Bibby、Robert Harper、Conor Mcbride / MIT Press / 2018-10-16 / GBP 30.00
An introduction to dependent types, demonstrating the most beautiful aspects, one step at a time. A program's type describes its behavior. Dependent types are a first-class part of a language, and are......一起来看看 《The Little Typer》 这本书的介绍吧!
