first previous next last contents

Creating a New Tcl Command

In general, for speed we wish our main algorithm to be written in C. Tcl is an interpreted language and runs very much slower than compiled C. As Tcl provides a method to extend the language with our own commands we will create a new command, which in this case is to be named "composition".


first previous next last contents
This page is maintained by staden-package. Last generated on 1 March 2001.
URL: http://www.mrc-lmb.cam.ac.uk/pubseq/manual/scripting_201.html