- 授权协议: 未知
- 开发语言: Ruby JavaScript
- 操作系统: 跨平台
- 软件首页: http://www.q-lang.io/
- 软件文档: http://www.q-lang.io/
软件介绍
Finitio(之前名叫Q)是一种数据语言,目前仅限于数据定义语言。
示例代码:
Temp = <celsius> Real( f | f >= 33.0 and f <= 45.0 )
{
patient : {
id : Uuid,
name : String( s | s.size > 0 ),
dob : Date( d | alive: d.year > 1890 ),
},
symptoms : [ String( s | s.size > 0 ) ],
temperature : Temp
}
The Nature of Code
Daniel Shiffman / The Nature of Code / 2012-12-13 / GBP 19.95
How can we capture the unpredictable evolutionary and emergent properties of nature in software? How can understanding the mathematical principles behind our physical world help us to create digital w......一起来看看 《The Nature of Code》 这本书的介绍吧!
