Version 13 of scripted document

Updated 2002-03-14 02:22:06

A Scripted Document is a single file (compressed) packaging of Tcl scripts, platform specific compiled code and application data; designed to facilitate simple deployment of cross platform applications. They are made cross platform by developing in Tcl/Tk wherever possible, and by including compiled extensions for multiple platforms if necessary.

Scripted documents are interpreted using TclKit - a platform specific single file Tcl/Tk interpreter. You will need to download TclKit for each platform that you want to run a Scripted Document on.


"Scripted documents" is a phrase I (JCW) coined to describe a file which contains both scripts and data, and which is executable. It's almost like an application with an embedded database. WiKit is built as scripted document.

For more details, see the corresponding page on my personal wiki (yah, well, wiki's tend to multiply like rabbits where I live):

    http://www.equi4.com/jcw/wiki.cgi/ScriptedDocument

November 2000 - The new place to look for details and info about scripted documents is:

    http://www.equi4.com/scripdoc/

-- JCW


In November 2001, JCW answered the question 'how do scripted documents get created' by the URL http://www.equi4.com/pub/tk/examples/sdx.README . Perhaps more info can be written on this page concerning the topic.


Some examples of scripted documents can be found at http://www.equi4.com/pub/dok/ and http://www.equi4.com/pub/tk/examples/ .


CL chatters on scripted documents [L1 ].


There is an archive of scripted documents available at http://mini.net/sdarchive/


Category Wikit