[pyar] ¿Qué me recomiendan?

Juan BC jbc.develop en gmail.com
Mie Nov 23 18:19:51 ART 2011


El 23/11/11 18:04, Facundo Batista escribió:
> 2011/11/23 Juan BC<jbc.develop en gmail.com>:
>
>>> ¿A qué APIs no puede acceder?
>>>
>>> Slds.
>>>
>>
>> http://android-dls.com/wiki/index.php?title=Android_FAQ#Q:_Is_Python_available_for_Android.3F
>
> Pero a través de SL4A sí!
>
>      http://code.google.com/p/android-scripting/
>
> """
> Scripting Layer for Android (SL4A) brings scripting languages to
> Android by allowing you to edit and execute scripts and interactive
> interpreters directly on the Android device. These scripts have access
> to many of the APIs available to full-fledged Android applications,
> but with a greatly simplified interface that makes it easy to get
> things done.
> """
>

pero hay esta aclaracion en las faq's 
(http://code.google.com/p/android-scripting/wiki/FAQ)

Is this a complete API bridge, or are there restrictions?
BeanShell, JRuby, and Rhino basically give you a complete API bridge 
(you can invoke Java calls directly). See the documentation for those 
interpreters for instruction on how to accomplish this. Cross compiled 
languages like Lua are more restricted. They only have access to the 
APIs exposed through the RPC layer. See the API reference for a list of 
currently supported APIs. The RPC layer is easy to extend.

No menciona a python


por otro lado; se puede empaquetar en un apk TODO lo necesario para 
correr python?



More information about the pyar mailing list