Tclpot
Tclpot is a C API Wrapper for converting TCL scripts into executable binary.
Tclpot is provided as free open source software. You can redistribute it
and/or modify it under the terms of the GNU General Public License
as published by the Free Software Foundation, either version 3 of the
License, or any later version.
To get Tclpot, download from here or clone using:
git clone https://github.com/electgon/tclpot
To use this utility, Tclpot source is provided in tclpot.c. Build process is
better provided in a make file to conclude most needed build steps. Before
starting to wrap your TCL script make sure that you have compiled TCL source
files available in your machine.