Version 4 of Embedding Static Packages

Updated 2003-09-09 23:11:10

First understand the difference between embedding vs. extending. If you decide that embedding is the approach you want, this page is meant to record advice about best practices.

In this example we will create a shell program that embeds Tcl and an extension by the name foo. This type of program is sometimes known as a big wish.