*** Welcome to piglix ***

Kross (KDE)

Kross
Original author(s) KDE
Developer(s) KDE
Stable release 5.31.0 (February 11, 2017; 35 days ago (2017-02-11))
Preview release 5.0 beta 3 (June 5, 2014; 2 years ago (2014-06-05))
Written in C++
License LGPL
Website kross.dipe.org

Kross is the new scripting framework for KDE Frameworks. Originally Kross was designed for use in KOffice but eventually became the official scripting framework in KDE SC 4. Kross is designed to provide full scripting power for users of KDE applications, with a language of their own choice; and make it easy for developers targeting the KDE platform to enable their application with support for multiple scripting languages (without themselves needing to be proficient in any of them).

The Kross scripting framework is not a scripting language itself. It merely serves to plug into KDE the support for other, already existing scripting languages. Currently supported are: Python, Ruby, JavaScript and the Falcon Programming Language. Addition of other scripting languages is made easy by the modular architecture of the framework.

Kross provides the following advantages over other approaches to enable scripting for desktop applications or desktop environments:

Compared to AppleScript’s Open Scripting Architecture (OSA):

Kross does not currently have any provision for running untrusted scripts, i.e. does not allow restricting what scripts can do. Kross developer Sauer suggests either using a language with good sandbox support (such as by using the experimental Java plugin) or using approaches to increase the trust in scripts, such as using signed scripts.


...
Wikipedia

...