How to override the default init.tcl
- by Sean Murphy
I'm working on a project where I want to make use of TCL as the command interpreter.
I have a working c library object which I can load from within the tcl shell but my problem is finding a way to automatically do this while starting a tclsh.
Essentially my ultimate goal is to be able to run a script and have it load my library and run some…