- 授权协议: GPLv2
- 开发语言: Java
- 操作系统: 跨平台
- 软件首页: http://code.google.com/p/visage/
- 软件文档: http://code.google.com/p/visage/w/list
软件介绍
Visage 是一个基于 JavaFX 平台专门用于编写用户界面的领域专用语言(DSL)
你可使用 Visage 来对用户界面进行你个建模,包括外观和功能,例如下面的代码是一个显示 "Hello World" 文本的简单应用程序。
Stage {
title: "Hello World"
Scene {
Text {
"Hello World"
}
}
}
The Haskell School of Music
Paul Hudak、Donya Quick / Cambridge University Press / 2018-10-4 / GBP 42.99
This book teaches functional programming through creative applications in music and sound synthesis. Readers will learn the Haskell programming language and explore numerous ways to create music and d......一起来看看 《The Haskell School of Music》 这本书的介绍吧!
