mobl 是一个新的开源的编程语言,主要用于加速手机应用的开发,mobl 可方便构建手机 web 应用程序,包括 iOS、Android 和其他支持 HTML5 技术的手机。
主要特点:
- Statically typed language, enabling great IDE support and as-you-type error detection, while reducing the amount of typing other statically typed languages require, through type Inference.
- Scripting language syntax similar to JavaScript.
- DECLaRATive domain-SPEcific language (DSL) for defiNing user interfACEs.
- Declarative concise DSL for defining Data models. Data is sTored on the devICE. No server back-end required.
- Easy Access to existing “native” Javascript librarIEs and widgets.
- ComPILer generates static Javascript and HTML files, ready to be deployEd to any web host and to be cached on the device, to enable offline web applications.