In QCake können verschiedene Programmiersprachen verwendet werden. Die Sprache SPL von Clifford und die Scriptsprache QtScript von Trolltech

Doku SPL siehe SPLScriptingSystem text file and the page www.clifford.at/spl
Doku Javascript siehe JavaScriptSystem text file and QTScript www.trolltech.com 

Language Overview

SPL is a powerful scripting language. It is very feature-rich (hashes, regular expressions, objects, exceptions, built-in template language, etc. pp.) and has a c-style syntax. The Name "SPL" is a left-recursive acronym and expands to "SPL Programming Language". The name was meant to be pronounced as an acronym, but I've already heard people pronouncing it "spell", which is also fine with me.(Clifford)

QtScript is based on the ECMAScript scripting language, as defined in standard ECMA-262. Microsoft's JScript, and Netscape's JavaScript are also based on the ECMAScript standard. For an overview of ECMAScript, see the ECMAScript reference. If you are not familiar with the ECMAScript language, there are several existing tutorials and books that cover this subject, such as JavaScript: The Definitive Guide.(Trolltech)
