Version 0 of TclTalk images

Updated 2008-07-31 23:24:41 by tb

tb In TclTalk the term "image" simply means it's .kit file. The term was borrowed from Smalltalk, where an image is a binary representation of all code, objects and symbols that make up a running system or a derivate. TclTalk keeps track of all changes to namespaces, variables and procedures during the development process, while worknig with it's browser. These changes go into the writable starkit of tcltalk.kit, making use of the virtual file system inseide a starkit.


Category IDE