Hi David,
Thank you for your email. I found here
https://github.com/borisyankov/DefinitelyTyped/tree/master/phonegap
TypeScript's
type definitions for PhoneGap 2.3 and for Dart I found this
http://rikulo.org/ , but I do not know which PhoneGap version it supports.
If FirefoxOS would use the same PhoneGap API than already availble
PhoneGap's apps could be used. Are there any reason why Firefox use
a different API?

I found this article
http://www.adobe.com/devnet/phonegap/articles/apple-application-rejections-and-phonegap-advice.htmlwhich
recommend to use  frameworks to help make HTML experiences feel more
native. Does any of them support also FirefoxOS native appearance or
Mozilla will bring its own framework which provide cross platform native
look and feel?

Will bring Mozilla something similar like http://maqetta.org/ out?

Mic

On Sun, Mar 10, 2013 at 10:26 PM, David Bruant <[email protected]> wrote:

> Hi Mic,
>
> If I'm not mistaken, you can already use these technologies. There is no
> native Dart support and no plan for it, but you can still use the dart2js
> compiler like you certainly need today to deploy Dart on a website.
> For TypeScript, just write in TypeScript (be careful, that's in alpha
> stage, don't rely on it too much for production use) and compile to
> JavaScript and you're done.
>
> FirefoxOS apps are just HTML/CSS/JavaScript/SVG. Whatever
> tooling/framework you're used to on the web can be used. Dart/Typescript if
> you want, but if you already have a jQuery code base, you can make it work
> in a FirefoxOS app by including jQuery.
> If you like Twitter Bootstrap or Flight. Just use them, it'll work out of
> the box as well as it works on Firefox.
>


>
> FirefoxOS apps are web technologies. Anything that's been created for the
> web works out of the box. No need to lean new things.
>
> David
>
> Le 10/03/2013 02:33, Mic a écrit :
>
>> Hi,
>> Any plans to provide support for TypeScript and Dart. This new
>> technologies
>> essentially adds optional static typing and class-based object oriented
>> programming to the language which would lead to more stable apps.
>>
>> Thank you in advance.
>>
>> Mic
>> ______________________________**_________________
>> dev-gaia mailing list
>> [email protected]
>> https://lists.mozilla.org/**listinfo/dev-gaia<https://lists.mozilla.org/listinfo/dev-gaia>
>>
>
>
_______________________________________________
dev-b2g mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-b2g

Reply via email to