sikuli development language

Asked by swethaa

hi
Can u please tell me if python or jython is used to develop sikuli?

Question information

Language:
English Edit question
Status:
Solved
For:
SikuliX Edit question
Assignee:
No assignee Edit question
Solved by:
RaiMan
Solved:
Last query:
Last reply:
Revision history for this message
RaiMan (raimund-hocke) said :
#1

is Python (currently language level 2.5) but the interpreter internally used is Jython (currently version 2.5.1)

Revision history for this message
Best RaiMan (raimund-hocke) said :
#2

hope you talk about the script level.

If you mean the development of Sikuli itself:
- the core is developed in Java
- native modules (like e.g. image search) are written mainly in C++ using JNI to interface it with Java
- the top layer is written in Python (the Sikuli API documented in the docs) and is used to run the scripts

Revision history for this message
swethaa (shwethaa-1988) said :
#3

ok..understood now. thanku for ur active n constant support n help..pleased

On Thu, Apr 14, 2011 at 4:29 PM, RaiMan <
<email address hidden>> wrote:

> Your question #152788 on Sikuli changed:
> https://answers.launchpad.net/sikuli/+question/152788
>
> RaiMan proposed the following answer:
> hope you talk about the script level.
>
> If you mean the development of Sikuli itself:
> - the core is developed in Java
> - native modules (like e.g. image search) are written mainly in C++ using
> JNI to interface it with Java
> - the top layer is written in Python (the Sikuli API documented in the
> docs) and is used to run the scripts
>
> --
> If this answers your question, please go to the following page to let us
> know that it is solved:
> https://answers.launchpad.net/sikuli/+question/152788/+confirm?answer_id=1
>
> If you still need help, you can reply to this email or go to the
> following page to enter your feedback:
> https://answers.launchpad.net/sikuli/+question/152788
>
> You received this question notification because you are a direct
> subscriber of the question.
>

Revision history for this message
RaiMan (raimund-hocke) said :
#4

yes it is

Revision history for this message
swethaa (shwethaa-1988) said :
#5

Thanks RaiMan, that solved my question.