Kross (software) explained

KDE Frameworks
Kross
Developer:KDE
Latest Release Version:5.116.0
Discontinued:yes
Programming Language:C++
License:LGPL

See main article: KDE Frameworks. Kross is a scripting framework for KDE Frameworks. Kross was originally designed for use in KOffice but eventually became the official scripting framework in KDE Software Compilation 4 before being dropped in Frameworks 6. The Kross scripting framework is not a scripting language itself; it is an interface for developers to support scripting by specifying functions, which the user will then script using a language that Kross supports. It currently supports Python, Ruby, JavaScript, and the Falcon Programming Language. Support for other languages can be added with modules.

Comparison with other scripting frameworks

SWIG: Simplified Wrapper and Interface Generator

AppleScript

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

(IPC is not technically necessary for one script to access code from many applications at once: a script can link against library forms of those applications, such as the libraries produced by SWIG.)

Kross does not currently have any provision for running untrusted scripts, i.e. does not allow restricting what scripts can do. Kross developer Sauer[2] 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.[3]

Applications using Kross

External links

Notes and References

  1. Web site: ? . 2007-05-16 . https://web.archive.org/web/20060924165701/http://www.kexi-project.org/wiki/wikiview/index.php?Scripting . September 24, 2006 . dead .
  2. http://dot.kde.org/1168284615/ The Road to KDE 4: New KOffice Technologies
  3. Web site: ? . dead . https://web.archive.org/web/20060924165701/http://www.kexi-project.org/wiki/wikiview/index.php?Scripting . September 24, 2006 .