Mobl is distributed as an Eclipse plug-in. With Eclipse you usually
don't download a .zip and extract it, instead you use an update site
to let the Eclipse update manager download the plug-in from.
http://www.mobl-lang.org/get describes how to install Eclipse and
install the plug-in.
If you cannot or don't want to use Eclipse for some reason, you can
still use a command-line version of the mobl compiler, although it's
less user friendly: http://docs.mobl-lang.org/cli There's actually a
download link there too :-)
Hope that explains it,
Zef
--
Zef Hemel
http://zef.me
http://twitter.com/zef
An important goal for mobl from day one was user-land extensibility.
Sure I could do whatever syntax to the language, but as you point out,
most people are not compiler engineers (nor should they be).
Therefore, in mobl I tried to put as much as possible in mobl
libraries. Mobl only has a couple core language features, the rest is
built on top of that. As an example, Li-Hsuan Lung has been working on
a testing framework, without having to adapt the mobl language itself.
To your "adding an icon to a drop-down list example", this would be
completely doable in a mobl library as well. Mobl give you access to
low-level HTML, CSS and Javascript if you need it, which, I hope,
makes it flexible enough not to hit the "glass ceiling".
Zef
> Anyway, great work. Aim for world domination (and short incremental compile
> times)!
You'd get that, if you were not so insistent on _not_ using the
Eclipse plug-in. :-)