item2
Next»

contents

 

Introduction - 1

History - 2

Overview - 3

Advanced features - 4

Work in progress - 5

One possibility - 6

Conclusion - 7

 

References

Appendix 1 - blowfish

Appendix 2 - tkspline

4.3 - Dual Tcl and C Implementations

When building packages using Critcl, it is still desirable to implement as much as possible in Tcl. To help achieve this, Critcl provides the critcl::tsources command to list Tcl scripts that need to be included in the generated package.

For example:

   critcl::tsources src1.tcl src2.tcl

When building the package, Critcl will copy these scripts to a separate directory under package directory (e.g. lib/package/Tcl) and  CriTcl will source these files when the package is loaded.

see also

Critcl Home Page

Tclkit Home Page

Starkit Home Page

Wikit Home Page

Tclers' Wiki

Steve's Website

Jean-Claude's Website

Paper by S. Landers & J.C. Wippler, as presented at Tcl/Tk 2002 conference - see also original PDF.

Papers & Presentations