没有任何数据可供显示
开源项目社区 | 当前位置 : |
|
www.trustie.net/open_source_projects | 主页 > 开源项目社区 > Snow - GUI DSL |
Snow - GUI DSL
|
2 | 0 | 72 |
贡献者 | 讨论 | 代码提交 |
概述
Snow is a GUI description language for Swing, in the vein of XUL and SwiXml but based on Lisp rather than XML.
It is a declarative language: the code is tree-structured, like XML and any Lisp-based language, and its structure mirrors the hierarchy of the GUI components. Furthermore, layout is specified using a CSS-like embedded language, and the connection with application code is demanded to data binding and event listeners (which can be coded in Lisp or in Java).
Like most languages built on Lisp, it fully retains the underlying language features, including functional and imperative programming, OO support, garbage collection, dynamic typing, runtime incremental compilation, a powerful macro system, advanced error handling, and so on...
创建时间:2014-05-06 16:28