Version 0.4.3 of mobl has been released. Mobl is a language for rapid development of mobile web applications using HTML5 technologies. Programs written in the mobl language are compiled to a combination of HTML, Javascript and CSS and can run on any webkit browser, specifically those on iOS and Android devices.
New in this version since 0.4.2:
- Bug fixes, and a lot of them
 - Code completion for global variables and styles
 - Indexer support, instead of writing: 
myarray.get(0)you can now writemyarray[0]and instead ofmyarray.set(0, "hello")you can now writemyarray[0] = "hello". The indexer is syntactic sugar for any object that has agetandsetmethod. So that includes Map. 
Full list of changes
Note: After upgrading, rebuild your project (Transform > Rebuild project).
To install, follow these instructions. To upgrade, simply upgrade from the update site (Via Help > Install new software). To use the mobl compiler from the command line follow these instructions. Problems? Ask for support and report bugs on our bug tracker.

Pingback: Version 0.4.4 « mobl