The next release of Appcelerator Titanium (PR2, due January 23rd) is slated to include support for Python and Ruby!
Titanium is a completely open source competitor to Adobe AIR. It lets you build installable desktop applications that build their GUIs via a built-in WebKit renderer (in other words, you can use HTML/CSS/JavaScript to build a GUI, just like you do on the web). The next version of Titanium is going to include support for Python and Ruby, which means that you can use something other than just JavaScript for creating your desktop apps.
I haven’t built Titanium yet to see how it works (script type=”text/python”?), but the fact that they’re working on this is very interesting.
Hi Kevin..
We do hope to support inline 3rd party languages soon, possibly as soon as PR2 which is coming out in a few weeks (target date 1/23/09). Our API also allows for custom bindings in any language, including C/C++. Our goal is to provide an easy to use way for developers to extend Titanium to get the functionality they want.